Html Css Color HEX #FAB2EC Lavender Rose

📋 copy color: '#FAB2EC'

red 250 ◦ green 178 ◦ blue 236

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

Shades of Lavender Rose #FAB2EC

Tints of Lavender Rose #FAB2EC

RGB

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

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

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

R = 37.65%
G = 26.81%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAB2EC (or 0xFAB2EC) is known color: Lavender Rose. HEX triplet: FA, B2 and EC. RGB value is (250,178,236). Sum of RGB (Red+Green+Blue) = 250+178+236=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2EC is #054D13. Grayscale: #CDCDCD. Windows color (decimal): -347412 or 15512314. OLE color: 15512314.

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

Color convert

RGB 250 178 236 -
CMYK 0 0.29 0.06 0.02
HSL 311.67º 0.88% 0.84% -
HSV(B) 311.67º 0.29% 0.98% -
XYZ 70.49 58.22 86.88 -
YUV 206.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 250 178 236 0 0.29 0.06 0.02 311.67 0.88 0.84
Hex FA B2 EC 0 1D 6 2 138 58 54
Octal 372 262 354 0 35 6 2 470 130 124
Binary 11111010 10110010 11101100 0 11101 110 10 100111000 1011000 1010100

Color Harmonies of #FAB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2EC

Black with #FAB2EC

Text Example


Text Example

White with #FAB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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