#FACDE9

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

Shades of Classic Rose #FACDE9

Tints of Classic Rose #FACDE9

Color information

#FACDE9 (or 0xFACDE9) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E9. RGB value is (250,205,233). Sum of RGB (Red+Green+Blue) = 250+205+233=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDE9 is #053216. Grayscale: #DDDDDD. Windows color (decimal): -340503 or 15322618. OLE color: 15322618.

HSL color Cylindrical-coordinate representation of color #FACDE9: hue angle of 322.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 #FACDE9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250205233-
CMYK00.180.070.02
HSL322.67º81.82%89.22%-
HSV(B)322.67º18%98.04%-
XYZ75.9669.8786.57-
YUV221.65134.41148.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=36.34%
G=29.80%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020523300.180.070.02322.6781.8289.22
HexFACDE9012721435259
Octal37231535102272503122131
Binary1111101011001101111010010100101111010100001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE9; }

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

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

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

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

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

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

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

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