Html Css Color HEX #FAB8EC Lavender Rose

📋 copy color: '#FAB8EC'

red 250 ◦ green 184 ◦ blue 236

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

Shades of Lavender Rose #FAB8EC

Tints of Lavender Rose #FAB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.46%

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 37.31%
G = 27.46%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAB8EC (or 0xFAB8EC) is known color: Lavender Rose. HEX triplet: FA, B8 and EC. RGB value is (250,184,236). Sum of RGB (Red+Green+Blue) = 250+184+236=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 184 (72.27% from 255 or 27.46% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8EC is #054713. Grayscale: #D1D1D1. Windows color (decimal): -345876 or 15513850. OLE color: 15513850.

HSL color Cylindrical-coordinate representation of color #FAB8EC: hue angle of 312.73º 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 #FAB8EC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 236 -
CMYK 0 0.26 0.06 0.02
HSL 312.73º 0.87% 0.85% -
HSV(B) 312.73º 0.26% 0.98% -
XYZ 71.71 60.66 87.29 -
YUV 209.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 250 184 236 0 0.26 0.06 0.02 312.73 0.87 0.85
Hex FA B8 EC 0 1A 6 2 139 57 55
Octal 372 270 354 0 32 6 2 471 127 125
Binary 11111010 10111000 11101100 0 11010 110 10 100111001 1010111 1010101

Color Harmonies of #FAB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8EC

Black with #FAB8EC

Text Example


Text Example

White with #FAB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8EC; }

 p { color: rgb(250,184,236); }

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

background-color css

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

 a { background-color: rgb(250,184,236); }

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

border-color css

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

 span { border-color: rgb(250,184,236); }

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