Html Css Color HEX #FABDEC Lavender Rose

📋 copy color: '#FABDEC'

red 250 ◦ green 189 ◦ blue 236

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

Shades of Lavender Rose #FABDEC

Tints of Lavender Rose #FABDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28%

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

R = 37.04%
G = 28%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FABDEC (or 0xFABDEC) is known color: Lavender Rose. HEX triplet: FA, BD and EC. RGB value is (250,189,236). Sum of RGB (Red+Green+Blue) = 250+189+236=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDEC is #054213. Grayscale: #D4D4D4. Windows color (decimal): -344596 or 15515130. OLE color: 15515130.

HSL color Cylindrical-coordinate representation of color #FABDEC: hue angle of 313.77º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDEC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 189 236 -
CMYK 0 0.24 0.06 0.02
HSL 313.77º 0.86% 0.86% -
HSV(B) 313.77º 0.24% 0.98% -
XYZ 72.76 62.78 87.64 -
YUV 212.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 250 189 236 0 0.24 0.06 0.02 313.77 0.86 0.86
Hex FA BD EC 0 18 6 2 13A 56 56
Octal 372 275 354 0 30 6 2 472 126 126
Binary 11111010 10111101 11101100 0 11000 110 10 100111010 1010110 1010110

Color Harmonies of #FABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDEC

Black with #FABDEC

Text Example


Text Example

White with #FABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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