#FCBDEB

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

Shades of Lavender Rose #FCBDEB

Tints of Lavender Rose #FCBDEB

Color information

#FCBDEB (or 0xFCBDEB) is unknown color: approx Lavender Rose. HEX triplet: FC, BD and EB. RGB value is (252,189,235). Sum of RGB (Red+Green+Blue) = 252+189+235=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDEB is #034214. Grayscale: #D4D4D4. Windows color (decimal): -213525 or 15449596. OLE color: 15449596.

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

Color convert

RGB252189235-
CMYK00.250.070.01
HSL316.19º91.3%86.47%-
HSV(B)316.19º25%98.82%-
XYZ73.3463.0986.91-
YUV213.08140.37155.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 27.96%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=37.28%
G=27.96%
B=34.76%

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
Decimal25218923500.250.070.01316.1991.386.47
HexFCBDEB0197113c5b56
Octal37427535303171474133126
Binary111111001011110111101011011001111110011110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDEB; }

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

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

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

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

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

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

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

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