#F5C3CF

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

Shades of Pink Lace #F5C3CF

Tints of Pink Lace #F5C3CF

Color information

#F5C3CF (or 0xF5C3CF) is unknown color: approx Pink Lace. HEX triplet: F5, C3 and CF. RGB value is (245,195,207). Sum of RGB (Red+Green+Blue) = 245+195+207=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3CF is #0A3C30. Grayscale: #D3D3D3. Windows color (decimal): -670769 or 13616117. OLE color: 13616117.

HSL color Cylindrical-coordinate representation of color #F5C3CF: hue angle of 345.6º 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 #F5C3CF is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245195207-
CMYK00.200.160.04
HSL345.6º71.43%86.27%-
HSV(B)345.6º20.41%96.08%-
XYZ68.4362.9567.57-
YUV211.32125.56152.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=37.87%
G=30.14%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519520700.200.160.04345.671.4386.27
HexF5C3CF01410415a4756
Octal365303317024204532107126
Binary1111010111000011110011110101001000010010101101010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C3CF; }

 p { color: rgb(245,195,207); }

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

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

 a { background-color: rgb(245,195,207); }

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

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

 span { border-color: rgb(245,195,207); }

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