#F0CFD0

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

Shades of Pale Rose #F0CFD0

Tints of Pale Rose #F0CFD0

Color information

#F0CFD0 (or 0xF0CFD0) is unknown color: approx Pale Rose. HEX triplet: F0, CF and D0. RGB value is (240,207,208). Sum of RGB (Red+Green+Blue) = 240+207+208=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD0 is #0F302F. Grayscale: #D9D9D9. Windows color (decimal): -995376 or 13684720. OLE color: 13684720.

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

Color convert

RGB240207208-
CMYK00.140.130.06
HSL358.18º52.38%87.65%-
HSV(B)358.18º13.75%94.12%-
XYZ69.6367.769.07-
YUV216.98122.93144.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=36.64%
G=31.60%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020720800.140.130.06358.1852.3887.65
HexF0CFD00ED61663458
Octal36031732001615654664130
Binary1111000011001111110100000111011011101011001101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFD0; }

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

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

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

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

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

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

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

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