#FCB7C4

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

Shades of Light Pink #FCB7C4

Tints of Light Pink #FCB7C4

Color information

#FCB7C4 (or 0xFCB7C4) is unknown color: approx Light Pink. HEX triplet: FC, B7 and C4. RGB value is (252,183,196). Sum of RGB (Red+Green+Blue) = 252+183+196=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C4 is #03483B. Grayscale: #CDCDCD. Windows color (decimal): -215100 or 12892156. OLE color: 12892156.

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

Color convert

RGB252183196-
CMYK00.270.220.01
HSL348.7º92%85.29%-
HSV(B)348.7º27.38%98.82%-
XYZ67.0458.5559.99-
YUV205.11122.86161.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 196 (76.95% from 255) = 31.06%
R=39.94%
G=29.00%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218319600.270.220.01348.79285.29
HexFCB7C401B16115d5c55
Octal374267304033261535134125
Binary11111100101101111100010001101110110110101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7C4; }

 p { color: rgb(252,183,196); }

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

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

 a { background-color: rgb(252,183,196); }

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

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

 span { border-color: rgb(252,183,196); }

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