#F9CED2

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

Shades of We Peep #F9CED2

Tints of We Peep #F9CED2

Color information

#F9CED2 (or 0xF9CED2) is unknown color: approx We Peep. HEX triplet: F9, CE and D2. RGB value is (249,206,210). Sum of RGB (Red+Green+Blue) = 249+206+210=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED2 is #06312D. Grayscale: #DBDBDB. Windows color (decimal): -405806 or 13815545. OLE color: 13815545.

HSL color Cylindrical-coordinate representation of color #F9CED2: hue angle of 354.42º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CED2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249206210-
CMYK00.170.160.02
HSL354.42º78.18%89.22%-
HSV(B)354.42º17.27%97.65%-
XYZ72.7768.9470.44-
YUV219.31122.75149.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.44%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=37.44%
G=30.98%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920621000.170.160.02354.4278.1889.22
HexF9CED20111021624e59
Octal371316322021202542116131
Binary111110011100111011010010010001100001010110001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CED2; }

 p { color: rgb(249,206,210); }

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

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

 a { background-color: rgb(249,206,210); }

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

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

 span { border-color: rgb(249,206,210); }

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