#F6CCCF

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

Shades of We Peep #F6CCCF

Tints of We Peep #F6CCCF

Color information

#F6CCCF (or 0xF6CCCF) is unknown color: approx We Peep. HEX triplet: F6, CC and CF. RGB value is (246,204,207). Sum of RGB (Red+Green+Blue) = 246+204+207=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCCF is #093330. Grayscale: #D8D8D8. Windows color (decimal): -602929 or 13618422. OLE color: 13618422.

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

Color convert

RGB246204207-
CMYK00.170.160.04
HSL355.71º70%88.24%-
HSV(B)355.71º17.07%96.47%-
XYZ70.8667.2868.28-
YUV216.9122.41148.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=37.44%
G=31.05%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620420700.170.160.04355.717088.24
HexF6CCCF0111041644658
Octal366314317021204544106130
Binary1111011011001100110011110100011000010010110010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCCF; }

 p { color: rgb(246,204,207); }

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

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

 a { background-color: rgb(246,204,207); }

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

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

 span { border-color: rgb(246,204,207); }

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