#F6C4CE

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

Shades of Pink #F6C4CE

Tints of Pink #F6C4CE

Color information

#F6C4CE (or 0xF6C4CE) is unknown color: approx Pink. HEX triplet: F6, C4 and CE. RGB value is (246,196,206). Sum of RGB (Red+Green+Blue) = 246+196+206=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4CE is #093B31. Grayscale: #D4D4D4. Windows color (decimal): -604978 or 13550838. OLE color: 13550838.

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

Color convert

RGB246196206-
CMYK00.200.160.04
HSL348º73.53%86.67%-
HSV(B)348º20.33%96.47%-
XYZ68.8963.5367.02-
YUV212.09124.56152.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 196 (76.95% from 255) = 30.25%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=37.96%
G=30.25%
B=31.79%

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
Decimal24619620600.200.160.0434873.5386.67
HexF6C4CE01410415c4a57
Octal366304316024204534112127
Binary1111011011000100110011100101001000010010101110010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C4CE; }

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

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

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

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

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

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

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

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