Html Css Color HEX #FFABF6 Lavender Rose

📋 copy color: '#FFABF6'

red 255 ◦ green 171 ◦ blue 246

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

Shades of Lavender Rose #FFABF6

Tints of Lavender Rose #FFABF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 37.95%
G = 25.45%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFABF6 (or 0xFFABF6) is known color: Lavender Rose. HEX triplet: FF, AB and F6. RGB value is (255,171,246). Sum of RGB (Red+Green+Blue) = 255+171+246=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF6 is #005409. Grayscale: #CCCCCC. Windows color (decimal): -21514 or 16165887. OLE color: 16165887.

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

Color convert

RGB 255 171 246 -
CMYK 0 0.33 0.04 0
HSL 306.43º 1% 0.84% -
HSV(B) 306.43º 0.33% 1% -
XYZ 72.44 57.04 94.38 -
YUV 204.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 255 171 246 0 0.33 0.04 0 306.43 1 0.84
Hex FF AB F6 0 21 4 0 132 64 54
Octal 377 253 366 0 41 4 0 462 144 124
Binary 11111111 10101011 11110110 0 100001 100 0 100110010 1100100 1010100

Color Harmonies of #FFABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABF6

Black with #FFABF6

Text Example


Text Example

White with #FFABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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