Html Css Color HEX #FCB5EA Lavender Rose

📋 copy color: '#FCB5EA'

red 252 ◦ green 181 ◦ blue 234

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

Shades of Lavender Rose #FCB5EA

Tints of Lavender Rose #FCB5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 37.78%
G = 27.14%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCB5EA (or 0xFCB5EA) is known color: Lavender Rose. HEX triplet: FC, B5 and EA. RGB value is (252,181,234). Sum of RGB (Red+Green+Blue) = 252+181+234=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5EA is #034A15. Grayscale: #D0D0D0. Windows color (decimal): -215574 or 15382012. OLE color: 15382012.

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

Color convert

RGB 252 181 234 -
CMYK 0 0.28 0.07 0.01
HSL 315.21º 0.92% 0.85% -
HSV(B) 315.21º 0.28% 0.99% -
XYZ 71.52 59.68 85.59 -
YUV 208.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 252 181 234 0 0.28 0.07 0.01 315.21 0.92 0.85
Hex FC B5 EA 0 1C 7 1 13B 5C 55
Octal 374 265 352 0 34 7 1 473 134 125
Binary 11111100 10110101 11101010 0 11100 111 1 100111011 1011100 1010101

Color Harmonies of #FCB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5EA

Black with #FCB5EA

Text Example


Text Example

White with #FCB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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