#FACCCF

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

Shades of We Peep #FACCCF

Tints of We Peep #FACCCF

Color information

#FACCCF (or 0xFACCCF) is unknown color: approx We Peep. HEX triplet: FA, CC and CF. RGB value is (250,204,207). Sum of RGB (Red+Green+Blue) = 250+204+207=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCF is #053330. Grayscale: #DADADA. Windows color (decimal): -340785 or 13618426. OLE color: 13618426.

HSL color Cylindrical-coordinate representation of color #FACCCF: hue angle of 356.09º degrees, saturation: 0.82, 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 #FACCCF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250204207-
CMYK00.180.170.02
HSL356.09º82.14%89.02%-
HSV(B)356.09º18.4%98.04%-
XYZ72.2868.0168.35-
YUV218.1121.74150.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=37.82%
G=30.86%
B=31.32%

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
Decimal25020420700.180.170.02356.0982.1489.02
HexFACCCF0121121645259
Octal372314317022212544122131
Binary111110101100110011001111010010100011010110010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCCF; }

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

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

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

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

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

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

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

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