#F6C5D3

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

Shades of Pink Lace #F6C5D3

Tints of Pink Lace #F6C5D3

Color information

#F6C5D3 (or 0xF6C5D3) is unknown color: approx Pink Lace. HEX triplet: F6, C5 and D3. RGB value is (246,197,211). Sum of RGB (Red+Green+Blue) = 246+197+211=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C5D3 is #093A2C. Grayscale: #D5D5D5. Windows color (decimal): -604717 or 13878774. OLE color: 13878774.

HSL color Cylindrical-coordinate representation of color #F6C5D3: hue angle of 342.86º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C5D3 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246197211-
CMYK00.200.140.04
HSL342.86º73.13%86.86%-
HSV(B)342.86º19.92%96.47%-
XYZ69.7364.2370.35-
YUV213.25126.73151.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.61%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=37.61%
G=30.12%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619721100.200.140.04342.8673.1386.86
HexF6C5D3014E41574957
Octal366305323024164527111127
Binary111101101100010111010011010100111010010101011110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C5D3; }

 p { color: rgb(246,197,211); }

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

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

 a { background-color: rgb(246,197,211); }

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

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

 span { border-color: rgb(246,197,211); }

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