#f5c4d0

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

Shades of Pink Lace #F5C4D0

Tints of Pink Lace #F5C4D0

Color information

#F5C4D0 (or 0xF5C4D0) is unknown color: approx Pink Lace. HEX triplet: F5, C4 and D0. RGB value is (245,196,208). Sum of RGB (Red+Green+Blue) = 245+196+208=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4D0 is #0A3B2F. Grayscale: #D4D4D4. Windows color (decimal): -670512 or 13681909. OLE color: 13681909.

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

Color convert

RGB245196208-
CMYK00.20.150.04
HSL345.31º71.01%86.47%-
HSV(B)345.31º20%96.08%-
XYZ68.7863.4568.3-
YUV212.02125.73151.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.75%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=37.75%
G=30.20%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519620800.20.150.04345.3171.0186.47
HexF5C4D0014F41594756
Octal365304320024174531107126
Binary111101011100010011010000010100111110010101100110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5c4d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5c4d0; }

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

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

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

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

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

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

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

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