#FCB1EB

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

Shades of Lavender Rose #FCB1EB

Tints of Lavender Rose #FCB1EB

Color information

#FCB1EB (or 0xFCB1EB) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and EB. RGB value is (252,177,235). Sum of RGB (Red+Green+Blue) = 252+177+235=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1EB is #034E14. Grayscale: #CDCDCD. Windows color (decimal): -216597 or 15446524. OLE color: 15446524.

HSL color Cylindrical-coordinate representation of color #FCB1EB: hue angle of 313.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1EB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252177235-
CMYK00.300.070.01
HSL313.6º92.59%84.12%-
HSV(B)313.6º29.76%98.82%-
XYZ70.8658.1486.08-
YUV206.04144.35160.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 26.66%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=37.95%
G=26.66%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217723500.300.070.01313.692.5984.12
HexFCB1EB01E7113a5d54
Octal37426135303671472135124
Binary111111001011000111101011011110111110011101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1EB; }

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

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

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

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

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

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

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

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