#FACDEC

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

Shades of Classic Rose #FACDEC

Tints of Classic Rose #FACDEC

Color information

#FACDEC (or 0xFACDEC) is unknown color: approx Classic Rose. HEX triplet: FA, CD and EC. RGB value is (250,205,236). Sum of RGB (Red+Green+Blue) = 250+205+236=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDEC is #053213. Grayscale: #DDDDDD. Windows color (decimal): -340500 or 15519226. OLE color: 15519226.

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

Color convert

RGB250205236-
CMYK00.180.060.02
HSL318.67º81.82%89.22%-
HSV(B)318.67º18%98.04%-
XYZ76.470.0488.85-
YUV221.99135.91147.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=36.18%
G=29.67%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020523600.180.060.02318.6781.8289.22
HexFACDEC0126213f5259
Octal37231535402262477122131
Binary1111101011001101111011000100101101010011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDEC; }

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

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

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

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

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

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

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

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