#FAC9DD

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

Shades of Classic Rose #FAC9DD

Tints of Classic Rose #FAC9DD

Color information

#FAC9DD (or 0xFAC9DD) is unknown color: approx Classic Rose. HEX triplet: FA, C9 and DD. RGB value is (250,201,221). Sum of RGB (Red+Green+Blue) = 250+201+221=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DD is #053622. Grayscale: #D9D9D9. Windows color (decimal): -341539 or 14535162. OLE color: 14535162.

HSL color Cylindrical-coordinate representation of color #FAC9DD: hue angle of 335.51º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9DD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250201221-
CMYK00.200.120.02
HSL335.51º83.05%88.43%-
HSV(B)335.51º19.6%98.04%-
XYZ73.3667.3277.53-
YUV217.93129.73150.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 201 (78.91% from 255) = 29.91%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=37.20%
G=29.91%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020122100.200.120.02335.5183.0588.43
HexFAC9DD014C21505358
Octal372311335024142520123130
Binary11111010110010011101110101010011001010101000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9DD; }

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

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

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

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

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

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

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

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