#FCADE7

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

Shades of Lavender Rose #FCADE7

Tints of Lavender Rose #FCADE7

Color information

#FCADE7 (or 0xFCADE7) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and E7. RGB value is (252,173,231). Sum of RGB (Red+Green+Blue) = 252+173+231=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADE7 is #035218. Grayscale: #CBCBCB. Windows color (decimal): -217625 or 15183356. OLE color: 15183356.

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

Color convert

RGB252173231-
CMYK00.310.080.01
HSL315.95º92.94%83.33%-
HSV(B)315.95º31.35%98.82%-
XYZ69.5156.3582.81-
YUV203.23143.67162.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=38.41%
G=26.37%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217323100.310.080.01315.9592.9483.33
HexFCADE701F8113c5d53
Octal374255347037101474135123
Binary1111110010101101111001110111111000110011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADE7; }

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

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

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

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

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

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

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

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