#F0CDDD

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

Shades of Classic Rose #F0CDDD

Tints of Classic Rose #F0CDDD

Color information

#F0CDDD (or 0xF0CDDD) is unknown color: approx Classic Rose. HEX triplet: F0, CD and DD. RGB value is (240,205,221). Sum of RGB (Red+Green+Blue) = 240+205+221=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDD is #0F3222. Grayscale: #D9D9D9. Windows color (decimal): -995875 or 14536176. OLE color: 14536176.

HSL color Cylindrical-coordinate representation of color #F0CDDD: hue angle of 332.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDDD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240205221-
CMYK00.150.080.06
HSL332.57º53.85%87.25%-
HSV(B)332.57º14.58%94.12%-
XYZ70.8267.4177.69-
YUV217.29130.1144.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=36.04%
G=30.78%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020522100.150.080.06332.5753.8587.25
HexF0CDDD0F8614d3657
Octal36031533501710651566127
Binary1111000011001101110111010111110001101010011011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDDD; }

 p { color: rgb(240,205,221); }

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

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

 a { background-color: rgb(240,205,221); }

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

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

 span { border-color: rgb(240,205,221); }

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