#FCADE4

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

Shades of Lavender Rose #FCADE4

Tints of Lavender Rose #FCADE4

Color information

#FCADE4 (or 0xFCADE4) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and E4. RGB value is (252,173,228). Sum of RGB (Red+Green+Blue) = 252+173+228=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADE4 is #03521B. Grayscale: #CACACA. Windows color (decimal): -217628 or 14986748. OLE color: 14986748.

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

Color convert

RGB252173228-
CMYK00.310.100.01
HSL318.23º92.94%83.33%-
HSV(B)318.23º31.35%98.82%-
XYZ69.0956.1880.6-
YUV202.89142.17163.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=38.59%
G=26.49%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217322800.310.100.01318.2392.9483.33
HexFCADE401FA113e5d53
Octal374255344037121476135123
Binary1111110010101101111001000111111010110011111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADE4; }

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

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

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

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

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

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

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

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