#FAC8DD

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

Shades of Classic Rose #FAC8DD

Tints of Classic Rose #FAC8DD

Color information

#FAC8DD (or 0xFAC8DD) is unknown color: approx Classic Rose. HEX triplet: FA, C8 and DD. RGB value is (250,200,221). Sum of RGB (Red+Green+Blue) = 250+200+221=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DD is #053722. Grayscale: #D9D9D9. Windows color (decimal): -341795 or 14534906. OLE color: 14534906.

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

Color convert

RGB250200221-
CMYK00.20.120.02
HSL334.8º83.33%88.24%-
HSV(B)334.8º20%98.04%-
XYZ73.1366.8577.46-
YUV217.34130.06151.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 200 (78.52% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=37.26%
G=29.81%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020022100.20.120.02334.883.3388.24
HexFAC8DD014C214f5358
Octal372310335024142517123130
Binary11111010110010001101110101010011001010100111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8DD; }

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

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

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

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

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

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

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

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