#F0CDE1

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

Shades of Classic Rose #F0CDE1

Tints of Classic Rose #F0CDE1

Color information

#F0CDE1 (or 0xF0CDE1) is unknown color: approx Classic Rose. HEX triplet: F0, CD and E1. RGB value is (240,205,225). Sum of RGB (Red+Green+Blue) = 240+205+225=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDE1 is #0F321E. Grayscale: #D9D9D9. Windows color (decimal): -995871 or 14798320. OLE color: 14798320.

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

Color convert

RGB240205225-
CMYK00.150.060.06
HSL325.71º53.85%87.25%-
HSV(B)325.71º14.58%94.12%-
XYZ71.3667.6280.53-
YUV217.74132.1143.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=35.82%
G=30.60%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020522500.150.060.06325.7153.8587.25
HexF0CDE10F661463657
Octal3603153410176650666127
Binary111100001100110111100001011111101101010001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDE1; }

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

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

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

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

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

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

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

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