#FBA1C3

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

Shades of Carnation Pink #FBA1C3

Tints of Carnation Pink #FBA1C3

Color information

#FBA1C3 (or 0xFBA1C3) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and C3. RGB value is (251,161,195). Sum of RGB (Red+Green+Blue) = 251+161+195=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1C3 is #045E3C. Grayscale: #BFBFBF. Windows color (decimal): -286269 or 12820987. OLE color: 12820987.

HSL color Cylindrical-coordinate representation of color #FBA1C3: hue angle of 337.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1C3 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251161195-
CMYK00.360.220.02
HSL337.33º91.84%80.78%-
HSV(B)337.33º35.86%98.43%-
XYZ62.3849.9457.98-
YUV191.79129.82170.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=41.35%
G=26.52%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116119500.360.220.02337.3391.8480.78
HexFBA1C30241621515c51
Octal373241303044262521134121
Binary1111101110100001110000110100100101101010101000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1C3; }

 p { color: rgb(251,161,195); }

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

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

 a { background-color: rgb(251,161,195); }

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

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

 span { border-color: rgb(251,161,195); }

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