Html Css Color HEX #FCB9EA Lavender Rose

📋 copy color: '#FCB9EA'

red 252 ◦ green 185 ◦ blue 234

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

Shades of Lavender Rose #FCB9EA

Tints of Lavender Rose #FCB9EA

RGB

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

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

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

R = 37.56%
G = 27.57%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCB9EA (or 0xFCB9EA) is known color: Lavender Rose. HEX triplet: FC, B9 and EA. RGB value is (252,185,234). Sum of RGB (Red+Green+Blue) = 252+185+234=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EA is #034615. Grayscale: #D2D2D2. Windows color (decimal): -214550 or 15383036. OLE color: 15383036.

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

Color convert

RGB 252 185 234 -
CMYK 0 0.27 0.07 0.01
HSL 316.12º 0.92% 0.86% -
HSV(B) 316.12º 0.27% 0.99% -
XYZ 72.35 61.33 85.87 -
YUV 210.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 252 185 234 0 0.27 0.07 0.01 316.12 0.92 0.86
Hex FC B9 EA 0 1B 7 1 13C 5C 56
Octal 374 271 352 0 33 7 1 474 134 126
Binary 11111100 10111001 11101010 0 11011 111 1 100111100 1011100 1010110

Color Harmonies of #FCB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9EA

Black with #FCB9EA

Text Example


Text Example

White with #FCB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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