#FBA1CA

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

Shades of Carnation Pink #FBA1CA

Tints of Carnation Pink #FBA1CA

Color information

#FBA1CA (or 0xFBA1CA) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and CA. RGB value is (251,161,202). Sum of RGB (Red+Green+Blue) = 251+161+202=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CA is #045E35. Grayscale: #C0C0C0. Windows color (decimal): -286262 or 13279739. OLE color: 13279739.

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

Color convert

RGB251161202-
CMYK00.360.200.02
HSL332.67º91.84%80.78%-
HSV(B)332.67º35.86%98.43%-
XYZ63.1950.2662.25-
YUV192.58133.32169.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=40.88%
G=26.22%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116120200.360.200.02332.6791.8480.78
HexFBA1CA02414214d5c51
Octal373241312044242515134121
Binary1111101110100001110010100100100101001010100110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1CA; }

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

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

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

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

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

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

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

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