Html Css Color HEX #FFABF2 Lavender Rose

📋 copy color: '#FFABF2'

red 255 ◦ green 171 ◦ blue 242

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

Shades of Lavender Rose #FFABF2

Tints of Lavender Rose #FFABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.23%

R = 38.17%
G = 25.6%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFABF2 (or 0xFFABF2) is known color: Lavender Rose. HEX triplet: FF, AB and F2. RGB value is (255,171,242). Sum of RGB (Red+Green+Blue) = 255+171+242=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF2 is #00540D. Grayscale: #CCCCCC. Windows color (decimal): -21518 or 15903743. OLE color: 15903743.

HSL color Cylindrical-coordinate representation of color #FFABF2: hue angle of 309.29º 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 #FFABF2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 242 -
CMYK 0 0.33 0.05 0
HSL 309.29º 1% 0.84% -
HSV(B) 309.29º 0.33% 1% -
XYZ 71.83 56.8 91.18 -
YUV 204.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 255 171 242 0 0.33 0.05 0 309.29 1 0.84
Hex FF AB F2 0 21 5 0 135 64 54
Octal 377 253 362 0 41 5 0 465 144 124
Binary 11111111 10101011 11110010 0 100001 101 0 100110101 1100100 1010100

Color Harmonies of #FFABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABF2

Black with #FFABF2

Text Example


Text Example

White with #FFABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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