#F0CDCE

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

Shades of Pale Rose #F0CDCE

Tints of Pale Rose #F0CDCE

Color information

#F0CDCE (or 0xF0CDCE) is unknown color: approx Pale Rose. HEX triplet: F0, CD and CE. RGB value is (240,205,206). Sum of RGB (Red+Green+Blue) = 240+205+206=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCE is #0F3231. Grayscale: #D7D7D7. Windows color (decimal): -995890 or 13553136. OLE color: 13553136.

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

Color convert

RGB240205206-
CMYK00.150.140.06
HSL358.29º53.85%87.25%-
HSV(B)358.29º14.58%94.12%-
XYZ68.9166.6467.62-
YUV215.58122.6145.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=36.87%
G=31.49%
B=31.64%

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
Decimal24020520600.150.140.06358.2953.8587.25
HexF0CDCE0FE61663657
Octal36031531601716654666127
Binary1111000011001101110011100111111101101011001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDCE; }

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

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

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

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

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

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

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

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