#FACDE0

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

Shades of Classic Rose #FACDE0

Tints of Classic Rose #FACDE0

Color information

#FACDE0 (or 0xFACDE0) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E0. RGB value is (250,205,224). Sum of RGB (Red+Green+Blue) = 250+205+224=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDE0 is #05321F. Grayscale: #DCDCDC. Windows color (decimal): -340512 or 14732794. OLE color: 14732794.

HSL color Cylindrical-coordinate representation of color #FACDE0: hue angle of 334.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDE0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250205224-
CMYK00.180.100.02
HSL334.67º81.82%89.22%-
HSV(B)334.67º18%98.04%-
XYZ74.7169.3779.97-
YUV220.62129.91148.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=36.82%
G=30.19%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020522400.180.100.02334.6781.8289.22
HexFACDE0012A214f5259
Octal372315340022122517122131
Binary11111010110011011110000001001010101010100111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE0; }

 p { color: rgb(250,205,224); }

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

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

 a { background-color: rgb(250,205,224); }

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

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

 span { border-color: rgb(250,205,224); }

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