#FCB8EB

Color #FCB8EB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCB8EB

Tints of Lavender Rose #FCB8EB

Color information

#FCB8EB (or 0xFCB8EB) is unknown color: approx Lavender Rose. HEX triplet: FC, B8 and EB. RGB value is (252,184,235). Sum of RGB (Red+Green+Blue) = 252+184+235=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8EB is #034714. Grayscale: #D2D2D2. Windows color (decimal): -214805 or 15448316. OLE color: 15448316.

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

Color convert

RGB252184235-
CMYK00.270.070.01
HSL315º91.89%85.49%-
HSV(B)315º26.98%98.82%-
XYZ72.2860.9786.56-
YUV210.15142.03157.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 184 (72.27% from 255) = 27.42%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=37.56%
G=27.42%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218423500.270.070.0131591.8985.49
HexFCB8EB01B7113b5c55
Octal37427035303371473134125
Binary111111001011100011101011011011111110011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8EB; }

 p { color: rgb(252,184,235); }

 H1.HeaderClassName
 {
   color: #FCB8EB;
 }
 .AnyTagClassName
 {
   color: #FCB8EB;
 }
</style>
background-color css

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

 a { background-color: rgb(252,184,235); }

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

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

 span { border-color: rgb(252,184,235); }

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