#F0CFE6

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

Shades of Classic Rose #F0CFE6

Tints of Classic Rose #F0CFE6

Color information

#F0CFE6 (or 0xF0CFE6) is unknown color: approx Classic Rose. HEX triplet: F0, CF and E6. RGB value is (240,207,230). Sum of RGB (Red+Green+Blue) = 240+207+230=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFE6 is #0F3019. Grayscale: #DBDBDB. Windows color (decimal): -995354 or 15126512. OLE color: 15126512.

HSL color Cylindrical-coordinate representation of color #F0CFE6: hue angle of 318.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFE6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240207230-
CMYK00.140.040.06
HSL318.18º52.38%87.65%-
HSV(B)318.18º13.75%94.12%-
XYZ72.5368.8684.33-
YUV219.49133.93142.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=35.45%
G=30.58%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020723000.140.040.06318.1852.3887.65
HexF0CFE60E4613e3458
Octal3603173460164647664130
Binary111100001100111111100110011101001101001111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFE6; }

 p { color: rgb(240,207,230); }

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

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

 a { background-color: rgb(240,207,230); }

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

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

 span { border-color: rgb(240,207,230); }

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