#FCBCEB

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

Shades of Lavender Rose #FCBCEB

Tints of Lavender Rose #FCBCEB

Color information

#FCBCEB (or 0xFCBCEB) is unknown color: approx Lavender Rose. HEX triplet: FC, BC and EB. RGB value is (252,188,235). Sum of RGB (Red+Green+Blue) = 252+188+235=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEB is #034314. Grayscale: #D4D4D4. Windows color (decimal): -213781 or 15449340. OLE color: 15449340.

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

Color convert

RGB252188235-
CMYK00.250.070.01
HSL315.94º91.43%86.27%-
HSV(B)315.94º25.4%98.82%-
XYZ73.1262.6686.84-
YUV212.49140.7156.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 188 (73.83% from 255) = 27.85%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=37.33%
G=27.85%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218823500.250.070.01315.9491.4386.27
HexFCBCEB0197113c5b56
Octal37427435303171474133126
Binary111111001011110011101011011001111110011110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCEB; }

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

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

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

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

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

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

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

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