#F8CCDD

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

Shades of Classic Rose #F8CCDD

Tints of Classic Rose #F8CCDD

Color information

#F8CCDD (or 0xF8CCDD) is unknown color: approx Classic Rose. HEX triplet: F8, CC and DD. RGB value is (248,204,221). Sum of RGB (Red+Green+Blue) = 248+204+221=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCDD is #073322. Grayscale: #DBDBDB. Windows color (decimal): -471843 or 14535928. OLE color: 14535928.

HSL color Cylindrical-coordinate representation of color #F8CCDD: hue angle of 336.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCDD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248204221-
CMYK00.180.110.03
HSL336.82º75.86%88.63%-
HSV(B)336.82º17.74%97.25%-
XYZ73.3668.3677.74-
YUV219.09129.08148.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=36.85%
G=30.31%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820422100.180.110.03336.8275.8688.63
HexF8CCDD012B31514c59
Octal370314335022133521114131
Binary11111000110011001101110101001010111110101000110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCDD; }

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

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

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

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

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

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

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

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