#FCC7B6

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

Shades of Your Pink #FCC7B6

Tints of Your Pink #FCC7B6

Color information

#FCC7B6 (or 0xFCC7B6) is unknown color: approx Your Pink. HEX triplet: FC, C7 and B6. RGB value is (252,199,182). Sum of RGB (Red+Green+Blue) = 252+199+182=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7B6 is #033849. Grayscale: #D5D5D5. Windows color (decimal): -211018 or 11978748. OLE color: 11978748.

HSL color Cylindrical-coordinate representation of color #FCC7B6: hue angle of 14.57º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCC7B6 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252199182-
CMYK00.210.280.01
HSL14.57º92.11%85.1%-
HSV(B)14.57º27.78%98.82%-
XYZ69.0164.9253.15-
YUV212.91110.56155.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 182 (71.48% from 255) = 28.75%
R=39.81%
G=31.44%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219918200.210.280.0114.5792.1185.1
HexFCC7B60151C1f5c55
Octal37430726602534117134125
Binary111111001100011110110110010101111001111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7B6; }

 p { color: rgb(252,199,182); }

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

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

 a { background-color: rgb(252,199,182); }

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

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

 span { border-color: rgb(252,199,182); }

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