Html Css Color HEX #FCB5EC Lavender Rose

📋 copy color: '#FCB5EC'

red 252 ◦ green 181 ◦ blue 236

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

Shades of Lavender Rose #FCB5EC

Tints of Lavender Rose #FCB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.06%

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

R = 37.67%
G = 27.06%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCB5EC (or 0xFCB5EC) is known color: Lavender Rose. HEX triplet: FC, B5 and EC. RGB value is (252,181,236). Sum of RGB (Red+Green+Blue) = 252+181+236=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EC is #034A13. Grayscale: #D0D0D0. Windows color (decimal): -215572 or 15513084. OLE color: 15513084.

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

Color convert

RGB 252 181 236 -
CMYK 0 0.28 0.06 0.01
HSL 313.52º 0.92% 0.85% -
HSV(B) 313.52º 0.28% 0.99% -
XYZ 71.81 59.8 87.11 -
YUV 208.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 252 181 236 0 0.28 0.06 0.01 313.52 0.92 0.85
Hex FC B5 EC 0 1C 6 1 13A 5C 55
Octal 374 265 354 0 34 6 1 472 134 125
Binary 11111100 10110101 11101100 0 11100 110 1 100111010 1011100 1010101

Color Harmonies of #FCB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5EC

Black with #FCB5EC

Text Example


Text Example

White with #FCB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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