#FACDED

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

Shades of Classic Rose #FACDED

Tints of Classic Rose #FACDED

Color information

#FACDED (or 0xFACDED) is unknown color: approx Classic Rose. HEX triplet: FA, CD and ED. RGB value is (250,205,237). Sum of RGB (Red+Green+Blue) = 250+205+237=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDED is #053212. Grayscale: #DEDEDE. Windows color (decimal): -340499 or 15584762. OLE color: 15584762.

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

Color convert

RGB250205237-
CMYK00.180.050.02
HSL317.33º81.82%89.22%-
HSV(B)317.33º18%98.04%-
XYZ76.5470.189.62-
YUV222.1136.41147.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=36.13%
G=29.62%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020523700.180.050.02317.3381.8289.22
HexFACDED0125213d5259
Octal37231535502252475122131
Binary1111101011001101111011010100101011010011110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDED; }

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

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

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

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

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

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

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

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