Html Css Color HEX #FCB9EC Lavender Rose

📋 copy color: '#FCB9EC'

red 252 ◦ green 185 ◦ blue 236

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

Shades of Lavender Rose #FCB9EC

Tints of Lavender Rose #FCB9EC

RGB

 RED value IS 252 (98.83% from 255) = 37.44%

 GREEN value IS 185 (72.66% from 255) = 27.49%

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

R = 37.44%
G = 27.49%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCB9EC (or 0xFCB9EC) is known color: Lavender Rose. HEX triplet: FC, B9 and EC. RGB value is (252,185,236). Sum of RGB (Red+Green+Blue) = 252+185+236=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EC is #034613. Grayscale: #D2D2D2. Windows color (decimal): -214548 or 15514108. OLE color: 15514108.

HSL color Cylindrical-coordinate representation of color #FCB9EC: hue angle of 314.33º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9EC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 236 -
CMYK 0 0.27 0.06 0.01
HSL 314.33º 0.92% 0.86% -
HSV(B) 314.33º 0.27% 0.99% -
XYZ 72.63 61.45 87.39 -
YUV 210.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 252 185 236 0 0.27 0.06 0.01 314.33 0.92 0.86
Hex FC B9 EC 0 1B 6 1 13A 5C 56
Octal 374 271 354 0 33 6 1 472 134 126
Binary 11111100 10111001 11101100 0 11011 110 1 100111010 1011100 1010110

Color Harmonies of #FCB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9EC

Black with #FCB9EC

Text Example


Text Example

White with #FCB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9EC; }

 p { color: rgb(252,185,236); }

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

background-color css

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

 a { background-color: rgb(252,185,236); }

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

border-color css

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

 span { border-color: rgb(252,185,236); }

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