Html Css Color HEX #FAB9EF Lavender Rose

📋 copy color: '#FAB9EF'

red 250 ◦ green 185 ◦ blue 239

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

Shades of Lavender Rose #FAB9EF

Tints of Lavender Rose #FAB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.45%

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 37.09%
G = 27.45%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB9EF (or 0xFAB9EF) is known color: Lavender Rose. HEX triplet: FA, B9 and EF. RGB value is (250,185,239). Sum of RGB (Red+Green+Blue) = 250+185+239=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9EF is #054610. Grayscale: #D2D2D2. Windows color (decimal): -345617 or 15710714. OLE color: 15710714.

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

Color convert

RGB 250 185 239 -
CMYK 0 0.26 0.04 0.02
HSL 310.15º 0.87% 0.85% -
HSV(B) 310.15º 0.26% 0.98% -
XYZ 72.35 61.25 89.67 -
YUV 210.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 250 185 239 0 0.26 0.04 0.02 310.15 0.87 0.85
Hex FA B9 EF 0 1A 4 2 136 57 55
Octal 372 271 357 0 32 4 2 466 127 125
Binary 11111010 10111001 11101111 0 11010 100 10 100110110 1010111 1010101

Color Harmonies of #FAB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9EF

Black with #FAB9EF

Text Example


Text Example

White with #FAB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9EF; }

 p { color: rgb(250,185,239); }

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

background-color css

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

 a { background-color: rgb(250,185,239); }

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

border-color css

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

 span { border-color: rgb(250,185,239); }

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