#FACCDD

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

Shades of Classic Rose #FACCDD

Tints of Classic Rose #FACCDD

Color information

#FACCDD (or 0xFACCDD) is unknown color: approx Classic Rose. HEX triplet: FA, CC and DD. RGB value is (250,204,221). Sum of RGB (Red+Green+Blue) = 250+204+221=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDD is #053322. Grayscale: #DBDBDB. Windows color (decimal): -340771 or 14535930. OLE color: 14535930.

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

Color convert

RGB250204221-
CMYK00.180.120.02
HSL337.83º82.14%89.02%-
HSV(B)337.83º18.4%98.04%-
XYZ74.0768.7377.77-
YUV219.69128.74149.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=37.04%
G=30.22%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020422100.180.120.02337.8382.1489.02
HexFACCDD012C21525259
Octal372314335022142522122131
Binary11111010110011001101110101001011001010101001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCDD; }

 p { color: rgb(250,204,221); }

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

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

 a { background-color: rgb(250,204,221); }

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

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

 span { border-color: rgb(250,204,221); }

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