#FACDDE

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

Shades of Classic Rose #FACDDE

Tints of Classic Rose #FACDDE

Color information

#FACDDE (or 0xFACDDE) is unknown color: approx Classic Rose. HEX triplet: FA, CD and DE. RGB value is (250,205,222). Sum of RGB (Red+Green+Blue) = 250+205+222=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDE is #053221. Grayscale: #DCDCDC. Windows color (decimal): -340514 or 14601722. OLE color: 14601722.

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

Color convert

RGB250205222-
CMYK00.180.110.02
HSL337.33º81.82%89.22%-
HSV(B)337.33º18%98.04%-
XYZ74.4469.2678.55-
YUV220.39128.91149.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=36.93%
G=30.28%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020522200.180.110.02337.3381.8289.22
HexFACDDE012B21515259
Octal372315336022132521122131
Binary11111010110011011101111001001010111010101000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDDE; }

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

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

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

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

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

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

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

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