#FACDDF

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

Shades of Classic Rose #FACDDF

Tints of Classic Rose #FACDDF

Color information

#FACDDF (or 0xFACDDF) is unknown color: approx Classic Rose. HEX triplet: FA, CD and DF. RGB value is (250,205,223). Sum of RGB (Red+Green+Blue) = 250+205+223=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDF is #053220. Grayscale: #DCDCDC. Windows color (decimal): -340513 or 14667258. OLE color: 14667258.

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

Color convert

RGB250205223-
CMYK00.180.110.02
HSL336º81.82%89.22%-
HSV(B)336º18%98.04%-
XYZ74.5769.3179.26-
YUV220.51129.41149.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=36.87%
G=30.24%
B=32.89%

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
Decimal25020522300.180.110.0233681.8289.22
HexFACDDF012B21505259
Octal372315337022132520122131
Binary11111010110011011101111101001010111010101000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDDF; }

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

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

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

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

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

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

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

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