Html Css Color HEX #FAB4EF Lavender Rose

📋 copy color: '#FAB4EF'

red 250 ◦ green 180 ◦ blue 239

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

Shades of Lavender Rose #FAB4EF

Tints of Lavender Rose #FAB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.91%

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

R = 37.37%
G = 26.91%
B = 35.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB4EF (or 0xFAB4EF) is known color: Lavender Rose. HEX triplet: FA, B4 and EF. RGB value is (250,180,239). Sum of RGB (Red+Green+Blue) = 250+180+239=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4EF is #054B10. Grayscale: #CFCFCF. Windows color (decimal): -346897 or 15709434. OLE color: 15709434.

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

Color convert

RGB 250 180 239 -
CMYK 0 0.28 0.04 0.02
HSL 309.43º 0.88% 0.84% -
HSV(B) 309.43º 0.28% 0.98% -
XYZ 71.33 59.2 89.33 -
YUV 207.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 250 180 239 0 0.28 0.04 0.02 309.43 0.88 0.84
Hex FA B4 EF 0 1C 4 2 135 58 54
Octal 372 264 357 0 34 4 2 465 130 124
Binary 11111010 10110100 11101111 0 11100 100 10 100110101 1011000 1010100

Color Harmonies of #FAB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4EF

Black with #FAB4EF

Text Example


Text Example

White with #FAB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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