#F5CCD0

Color #F5CCD0 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F5CCD0

Tints of Pink Lace #F5CCD0

Color information

#F5CCD0 (or 0xF5CCD0) is unknown color: approx Pink Lace. HEX triplet: F5, CC and D0. RGB value is (245,204,208). Sum of RGB (Red+Green+Blue) = 245+204+208=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCD0 is #0A332F. Grayscale: #D8D8D8. Windows color (decimal): -668464 or 13683957. OLE color: 13683957.

HSL color Cylindrical-coordinate representation of color #F5CCD0: hue angle of 354.15º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCD0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB245204208-
CMYK00.170.150.04
HSL354.15º67.21%88.04%-
HSV(B)354.15º16.73%96.08%-
XYZ70.6367.1568.91-
YUV216.71123.08148.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=37.29%
G=31.05%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520420800.170.150.04354.1567.2188.04
HexF5CCD0011F41624358
Octal365314320021174542103130
Binary111101011100110011010000010001111110010110001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCD0; }

 p { color: rgb(245,204,208); }

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

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

 a { background-color: rgb(245,204,208); }

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

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

 span { border-color: rgb(245,204,208); }

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