#FACCC0

Color #FACCC0 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FACCC0

Tints of Your Pink #FACCC0

Color information

#FACCC0 (or 0xFACCC0) is unknown color: approx Your Pink. HEX triplet: FA, CC and C0. RGB value is (250,204,192). Sum of RGB (Red+Green+Blue) = 250+204+192=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC0 is #05333F. Grayscale: #D8D8D8. Windows color (decimal): -340800 or 12635386. OLE color: 12635386.

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

Color convert

RGB250204192-
CMYK00.180.230.02
HSL12.41º85.29%86.67%-
HSV(B)12.41º23.2%98.04%-
XYZ70.5367.3259.14-
YUV216.39114.24151.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 192 (75.39% from 255) = 29.72%
R=38.70%
G=31.58%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020419200.180.230.0212.4185.2986.67
HexFACCC0012172c5557
Octal37231430002227214125127
Binary1111101011001100110000000100101011110110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCC0; }

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

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

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

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

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

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

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

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