Html Css Color HEX #FAB6E9 Lavender Rose

📋 copy color: '#FAB6E9'

red 250 ◦ green 182 ◦ blue 233

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

Shades of Lavender Rose #FAB6E9

Tints of Lavender Rose #FAB6E9

RGB

 RED value IS 250 (98.05% from 255) = 37.59%

 GREEN value IS 182 (71.48% from 255) = 27.37%

 BLUE value IS 233 (91.41% from 255) = 35.04%

R = 37.59%
G = 27.37%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAB6E9 (or 0xFAB6E9) is known color: Lavender Rose. HEX triplet: FA, B6 and E9. RGB value is (250,182,233). Sum of RGB (Red+Green+Blue) = 250+182+233=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 182 (71.48% from 255 or 27.37% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6E9 is #054916. Grayscale: #D0D0D0. Windows color (decimal): -346391 or 15316730. OLE color: 15316730.

HSL color Cylindrical-coordinate representation of color #FAB6E9: hue angle of 315º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6E9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 233 -
CMYK 0 0.27 0.07 0.02
HSL 315º 0.87% 0.85% -
HSV(B) 315º 0.27% 0.98% -
XYZ 70.86 59.66 84.87 -
YUV 208.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 250 182 233 0 0.27 0.07 0.02 315 0.87 0.85
Hex FA B6 E9 0 1B 7 2 13B 57 55
Octal 372 266 351 0 33 7 2 473 127 125
Binary 11111010 10110110 11101001 0 11011 111 10 100111011 1010111 1010101

Color Harmonies of #FAB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6E9

Black with #FAB6E9

Text Example


Text Example

White with #FAB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6E9; }

 p { color: rgb(250,182,233); }

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

background-color css

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

 a { background-color: rgb(250,182,233); }

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

border-color css

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

 span { border-color: rgb(250,182,233); }

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