Html Css Color HEX #FFABF7 Lavender Rose

📋 copy color: '#FFABF7'

red 255 ◦ green 171 ◦ blue 247

#FFABF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FFABF7

Tints of Lavender Rose #FFABF7

RGB

 RED value IS 255 (100% from 255) = 37.89%

 GREEN value IS 171 (67.19% from 255) = 25.41%

 BLUE value IS 247 (96.88% from 255) = 36.7%

R = 37.89%
G = 25.41%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFABF7 (or 0xFFABF7) is known color: Lavender Rose. HEX triplet: FF, AB and F7. RGB value is (255,171,247). Sum of RGB (Red+Green+Blue) = 255+171+247=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF7 is #005408. Grayscale: #CCCCCC. Windows color (decimal): -21513 or 16231423. OLE color: 16231423.

HSL color Cylindrical-coordinate representation of color #FFABF7: hue angle of 305.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABF7 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 247 -
CMYK 0 0.33 0.03 0
HSL 305.71º 1% 0.84% -
HSV(B) 305.71º 0.33% 1% -
XYZ 72.59 57.1 95.19 -
YUV 204.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 255 171 247 0 0.33 0.03 0 305.71 1 0.84
Hex FF AB F7 0 21 3 0 132 64 54
Octal 377 253 367 0 41 3 0 462 144 124
Binary 11111111 10101011 11110111 0 100001 11 0 100110010 1100100 1010100

Color Harmonies of #FFABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABF7

Black with #FFABF7

Text Example


Text Example

White with #FFABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABF7; }

 p { color: rgb(255,171,247); }

 H1.HeaderClassName
 {
   color: #FFABF7;
 }
 .AnyTagClassName
 {
   color: #FFABF7;
 }
</style>

background-color css

<style>
 a { background-color: #FFABF7; }

 a { background-color: rgb(255,171,247); }

 div.DivClassName
 {
   background-color: #FFABF7;
 }
 .BgClassName
 {
   background-color: #FFABF7;
 }
</style>

border-color css

<style>
 span { border-color: #FFABF7; }

 span { border-color: rgb(255,171,247); }

 td.TdClassName
 {
   border-color: #FFABF7;
 }
 .TagClassName
 {
   border-color: #FFABF7;
 }
</style>