#F0C0E1

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

Shades of Classic Rose #F0C0E1

Tints of Classic Rose #F0C0E1

Color information

#F0C0E1 (or 0xF0C0E1) is unknown color: approx Classic Rose. HEX triplet: F0, C0 and E1. RGB value is (240,192,225). Sum of RGB (Red+Green+Blue) = 240+192+225=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0E1 is #0F3F1E. Grayscale: #D2D2D2. Windows color (decimal): -999199 or 14794992. OLE color: 14794992.

HSL color Cylindrical-coordinate representation of color #F0C0E1: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0E1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB240192225-
CMYK00.200.060.06
HSL318.75º61.54%84.71%-
HSV(B)318.75º20%94.12%-
XYZ68.3861.6679.53-
YUV210.11136.4149.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 192 (75.39% from 255) = 29.22%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=36.53%
G=29.22%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019222500.200.060.06318.7561.5484.71
HexF0C0E10146613f3e55
Octal3603003410246647776125
Binary1111000011000000111000010101001101101001111111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0E1; }

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

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

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

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

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

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

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

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