#FBC4C1

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

Shades of Your Pink #FBC4C1

Tints of Your Pink #FBC4C1

Color information

#FBC4C1 (or 0xFBC4C1) is unknown color: approx Your Pink. HEX triplet: FB, C4 and C1. RGB value is (251,196,193). Sum of RGB (Red+Green+Blue) = 251+196+193=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4C1 is #043B3E. Grayscale: #D4D4D4. Windows color (decimal): -277311 or 12698875. OLE color: 12698875.

HSL color Cylindrical-coordinate representation of color #FBC4C1: hue angle of 3.1º degrees, saturation: 0.88, 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 #FBC4C1 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251196193-
CMYK00.220.230.02
HSL3.1º87.88%87.06%-
HSV(B)3.1º23.11%98.43%-
XYZ69.1563.8459.13-
YUV212.1117.22155.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=39.22%
G=30.62%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119619300.220.230.023.187.8887.06
HexFBC4C101617235857
Octal3733043010262723130127
Binary11111011110001001100000101011010111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4C1; }

 p { color: rgb(251,196,193); }

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

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

 a { background-color: rgb(251,196,193); }

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

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

 span { border-color: rgb(251,196,193); }

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