#F6CED1

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

Shades of We Peep #F6CED1

Tints of We Peep #F6CED1

Color information

#F6CED1 (or 0xF6CED1) is unknown color: approx We Peep. HEX triplet: F6, CE and D1. RGB value is (246,206,209). Sum of RGB (Red+Green+Blue) = 246+206+209=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CED1 is #09312E. Grayscale: #DADADA. Windows color (decimal): -602415 or 13750006. OLE color: 13750006.

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

Color convert

RGB246206209-
CMYK00.160.150.04
HSL355.5º68.97%88.63%-
HSV(B)355.5º16.26%96.47%-
XYZ71.5968.3469.74-
YUV218.3122.75147.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=37.22%
G=31.16%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620620900.160.150.04355.568.9788.63
HexF6CED1010F41644559
Octal366316321020174544105131
Binary111101101100111011010001010000111110010110010010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CED1; }

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

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

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

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

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

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

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

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