Html Css Color HEX #FCB5EF Lavender Rose

📋 copy color: '#FCB5EF'

red 252 ◦ green 181 ◦ blue 239

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

Shades of Lavender Rose #FCB5EF

Tints of Lavender Rose #FCB5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 37.5%
G = 26.93%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB5EF (or 0xFCB5EF) is known color: Lavender Rose. HEX triplet: FC, B5 and EF. RGB value is (252,181,239). Sum of RGB (Red+Green+Blue) = 252+181+239=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EF is #034A10. Grayscale: #D0D0D0. Windows color (decimal): -215569 or 15709692. OLE color: 15709692.

HSL color Cylindrical-coordinate representation of color #FCB5EF: hue angle of 310.99º 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 #FCB5EF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 239 -
CMYK 0 0.28 0.05 0.01
HSL 310.99º 0.92% 0.85% -
HSV(B) 310.99º 0.28% 0.99% -
XYZ 72.25 59.98 89.43 -
YUV 208.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 252 181 239 0 0.28 0.05 0.01 310.99 0.92 0.85
Hex FC B5 EF 0 1C 5 1 137 5C 55
Octal 374 265 357 0 34 5 1 467 134 125
Binary 11111100 10110101 11101111 0 11100 101 1 100110111 1011100 1010101

Color Harmonies of #FCB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5EF

Black with #FCB5EF

Text Example


Text Example

White with #FCB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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