#FACDE8

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

Shades of Classic Rose #FACDE8

Tints of Classic Rose #FACDE8

Color information

#FACDE8 (or 0xFACDE8) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E8. RGB value is (250,205,232). Sum of RGB (Red+Green+Blue) = 250+205+232=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDE8 is #053217. Grayscale: #DDDDDD. Windows color (decimal): -340504 or 15257082. OLE color: 15257082.

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

Color convert

RGB250205232-
CMYK00.180.070.02
HSL324º81.82%89.22%-
HSV(B)324º18%98.04%-
XYZ75.8269.8185.82-
YUV221.53133.91148.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=36.39%
G=29.84%
B=33.77%

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
Decimal25020523200.180.070.0232481.8289.22
HexFACDE8012721445259
Octal37231535002272504122131
Binary1111101011001101111010000100101111010100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE8; }

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

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

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

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

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

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

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

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