#FBA7CA

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

Shades of Carnation Pink #FBA7CA

Tints of Carnation Pink #FBA7CA

Color information

#FBA7CA (or 0xFBA7CA) is unknown color: approx Carnation Pink. HEX triplet: FB, A7 and CA. RGB value is (251,167,202). Sum of RGB (Red+Green+Blue) = 251+167+202=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7CA is #045835. Grayscale: #C4C4C4. Windows color (decimal): -284726 or 13281275. OLE color: 13281275.

HSL color Cylindrical-coordinate representation of color #FBA7CA: hue angle of 335º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7CA is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251167202-
CMYK00.330.200.02
HSL335º91.3%81.96%-
HSV(B)335º33.47%98.43%-
XYZ64.2652.4162.61-
YUV196.11131.33167.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=40.48%
G=26.94%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116720200.330.200.0233591.381.96
HexFBA7CA02114214f5b52
Octal373247312041242517133122
Binary1111101110100111110010100100001101001010100111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7CA; }

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

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

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

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

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

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

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

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