#F0CDDE

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

Shades of Classic Rose #F0CDDE

Tints of Classic Rose #F0CDDE

Color information

#F0CDDE (or 0xF0CDDE) is unknown color: approx Classic Rose. HEX triplet: F0, CD and DE. RGB value is (240,205,222). Sum of RGB (Red+Green+Blue) = 240+205+222=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDE is #0F3221. Grayscale: #D9D9D9. Windows color (decimal): -995874 or 14601712. OLE color: 14601712.

HSL color Cylindrical-coordinate representation of color #F0CDDE: hue angle of 330.86º 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 #F0CDDE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240205222-
CMYK00.150.080.06
HSL330.86º53.85%87.25%-
HSV(B)330.86º14.58%94.12%-
XYZ70.9567.4678.39-
YUV217.4130.6144.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=35.98%
G=30.73%
B=33.28%

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
Decimal24020522200.150.080.06330.8653.8587.25
HexF0CDDE0F8614b3657
Octal36031533601710651366127
Binary1111000011001101110111100111110001101010010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDDE; }

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

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

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

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

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

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

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

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