#F0CDE3

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

Shades of Classic Rose #F0CDE3

Tints of Classic Rose #F0CDE3

Color information

#F0CDE3 (or 0xF0CDE3) is unknown color: approx Classic Rose. HEX triplet: F0, CD and E3. RGB value is (240,205,227). Sum of RGB (Red+Green+Blue) = 240+205+227=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDE3 is #0F321C. Grayscale: #D9D9D9. Windows color (decimal): -995869 or 14929392. OLE color: 14929392.

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

Color convert

RGB240205227-
CMYK00.150.050.06
HSL322.29º53.85%87.25%-
HSV(B)322.29º14.58%94.12%-
XYZ71.6367.7381.97-
YUV217.97133.1143.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=35.71%
G=30.51%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020522700.150.050.06322.2953.8587.25
HexF0CDE30F561423657
Octal3603153430175650266127
Binary111100001100110111100011011111011101010000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDE3; }

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

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

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

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

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

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

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

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