#FBCAC1

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

Shades of Your Pink #FBCAC1

Tints of Your Pink #FBCAC1

Color information

#FBCAC1 (or 0xFBCAC1) is unknown color: approx Your Pink. HEX triplet: FB, CA and C1. RGB value is (251,202,193). Sum of RGB (Red+Green+Blue) = 251+202+193=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAC1 is #04353E. Grayscale: #D7D7D7. Windows color (decimal): -275775 or 12700411. OLE color: 12700411.

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

Color convert

RGB251202193-
CMYK00.200.230.02
HSL9.31º87.88%87.06%-
HSV(B)9.31º23.11%98.43%-
XYZ70.5366.659.59-
YUV215.62115.23153.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=38.85%
G=31.27%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120219300.200.230.029.3187.8887.06
HexFBCAC101417295857
Octal37331230102427211130127
Binary1111101111001010110000010101001011110100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAC1; }

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

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

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

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

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

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

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

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