#F9CCCF

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

Shades of We Peep #F9CCCF

Tints of We Peep #F9CCCF

Color information

#F9CCCF (or 0xF9CCCF) is unknown color: approx We Peep. HEX triplet: F9, CC and CF. RGB value is (249,204,207). Sum of RGB (Red+Green+Blue) = 249+204+207=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCCF is #063330. Grayscale: #D9D9D9. Windows color (decimal): -406321 or 13618425. OLE color: 13618425.

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

Color convert

RGB249204207-
CMYK00.180.170.02
HSL356º78.95%88.82%-
HSV(B)356º18.07%97.65%-
XYZ71.9267.8368.33-
YUV217.8121.91150.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=37.73%
G=30.91%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920420700.180.170.0235678.9588.82
HexF9CCCF0121121644f59
Octal371314317022212544117131
Binary111110011100110011001111010010100011010110010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCCF; }

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

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

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

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

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

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

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

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