#F0CCCF

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

Shades of Pale Rose #F0CCCF

Tints of Pale Rose #F0CCCF

Color information

#F0CCCF (or 0xF0CCCF) is unknown color: approx Pale Rose. HEX triplet: F0, CC and CF. RGB value is (240,204,207). Sum of RGB (Red+Green+Blue) = 240+204+207=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCF is #0F3330. Grayscale: #D7D7D7. Windows color (decimal): -996145 or 13618416. OLE color: 13618416.

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

Color convert

RGB240204207-
CMYK00.150.140.06
HSL355º54.55%87.06%-
HSV(B)355º15%94.12%-
XYZ68.7966.2268.19-
YUV215.11123.43145.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=36.87%
G=31.34%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020420700.150.140.0635554.5587.06
HexF0CCCF0FE61633757
Octal36031431701716654367127
Binary1111000011001100110011110111111101101011000111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCCF; }

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

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

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

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

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

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

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

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