#FCADEB

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

Shades of Lavender Rose #FCADEB

Tints of Lavender Rose #FCADEB

Color information

#FCADEB (or 0xFCADEB) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and EB. RGB value is (252,173,235). Sum of RGB (Red+Green+Blue) = 252+173+235=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEB is #035214. Grayscale: #CBCBCB. Windows color (decimal): -217621 or 15445500. OLE color: 15445500.

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

Color convert

RGB252173235-
CMYK00.310.070.01
HSL312.91º92.94%83.33%-
HSV(B)312.91º31.35%98.82%-
XYZ70.0856.5885.82-
YUV203.69145.67162.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=38.18%
G=26.21%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217323500.310.070.01312.9192.9483.33
HexFCADEB01F711395d53
Octal37425535303771471135123
Binary111111001010110111101011011111111110011100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADEB; }

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

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

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

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

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

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

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

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