#F6CED8

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

Shades of Pink Lace #F6CED8

Tints of Pink Lace #F6CED8

Color information

#F6CED8 (or 0xF6CED8) is unknown color: approx Pink Lace. HEX triplet: F6, CE and D8. RGB value is (246,206,216). Sum of RGB (Red+Green+Blue) = 246+206+216=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CED8 is #093127. Grayscale: #DBDBDB. Windows color (decimal): -602408 or 14208758. OLE color: 14208758.

HSL color Cylindrical-coordinate representation of color #F6CED8: hue angle of 345º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CED8 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246206216-
CMYK00.160.120.04
HSL345º68.97%88.63%-
HSV(B)345º16.26%96.47%-
XYZ72.4768.6974.41-
YUV219.1126.25147.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 216 (84.77% from 255) = 32.34%
R=36.83%
G=30.84%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620621600.160.120.0434568.9788.63
HexF6CED8010C41594559
Octal366316330020144531105131
Binary111101101100111011011000010000110010010101100110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CED8; }

 p { color: rgb(246,206,216); }

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

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

 a { background-color: rgb(246,206,216); }

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

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

 span { border-color: rgb(246,206,216); }

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