#FBA9CB

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

Shades of Carnation Pink #FBA9CB

Tints of Carnation Pink #FBA9CB

Color information

#FBA9CB (or 0xFBA9CB) is unknown color: approx Carnation Pink. HEX triplet: FB, A9 and CB. RGB value is (251,169,203). Sum of RGB (Red+Green+Blue) = 251+169+203=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CB is #045634. Grayscale: #C5C5C5. Windows color (decimal): -284213 or 13347323. OLE color: 13347323.

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

Color convert

RGB251169203-
CMYK00.330.190.02
HSL335.12º91.11%82.35%-
HSV(B)335.12º32.67%98.43%-
XYZ64.7553.263.36-
YUV197.39131.17166.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=40.29%
G=27.13%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116920300.330.190.02335.1291.1182.35
HexFBA9CB02113214f5b52
Octal373251313041232517133122
Binary1111101110101001110010110100001100111010100111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9CB; }

 p { color: rgb(251,169,203); }

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

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

 a { background-color: rgb(251,169,203); }

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

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

 span { border-color: rgb(251,169,203); }

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