#FCCCBE

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

Shades of Your Pink #FCCCBE

Tints of Your Pink #FCCCBE

Color information

#FCCCBE (or 0xFCCCBE) is unknown color: approx Your Pink. HEX triplet: FC, CC and BE. RGB value is (252,204,190). Sum of RGB (Red+Green+Blue) = 252+204+190=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBE is #033341. Grayscale: #D8D8D8. Windows color (decimal): -209730 or 12504316. OLE color: 12504316.

HSL color Cylindrical-coordinate representation of color #FCCCBE: hue angle of 13.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCCCBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252204190-
CMYK00.190.250.01
HSL13.55º91.18%86.67%-
HSV(B)13.55º24.6%98.82%-
XYZ71.0367.658.02-
YUV216.76112.9153.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=39.01%
G=31.58%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220419000.190.250.0113.5591.1886.67
HexFCCCBE013191e5b57
Octal37431427602331116133127
Binary111111001100110010111110010011110011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCBE; }

 p { color: rgb(252,204,190); }

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

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

 a { background-color: rgb(252,204,190); }

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

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

 span { border-color: rgb(252,204,190); }

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