Html Css Color HEX #FAB2EF Lavender Rose

📋 copy color: '#FAB2EF'

red 250 ◦ green 178 ◦ blue 239

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

Shades of Lavender Rose #FAB2EF

Tints of Lavender Rose #FAB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.69%

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

R = 37.48%
G = 26.69%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB2EF (or 0xFAB2EF) is known color: Lavender Rose. HEX triplet: FA, B2 and EF. RGB value is (250,178,239). Sum of RGB (Red+Green+Blue) = 250+178+239=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2EF is #054D10. Grayscale: #CECECE. Windows color (decimal): -347409 or 15708922. OLE color: 15708922.

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

Color convert

RGB 250 178 239 -
CMYK 0 0.29 0.04 0.02
HSL 309.17º 0.88% 0.84% -
HSV(B) 309.17º 0.29% 0.98% -
XYZ 70.92 58.4 89.19 -
YUV 206.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 250 178 239 0 0.29 0.04 0.02 309.17 0.88 0.84
Hex FA B2 EF 0 1D 4 2 135 58 54
Octal 372 262 357 0 35 4 2 465 130 124
Binary 11111010 10110010 11101111 0 11101 100 10 100110101 1011000 1010100

Color Harmonies of #FAB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2EF

Black with #FAB2EF

Text Example


Text Example

White with #FAB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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