#FBA1BD

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

Shades of Carnation Pink #FBA1BD

Tints of Carnation Pink #FBA1BD

Color information

#FBA1BD (or 0xFBA1BD) is unknown color: approx Carnation Pink. HEX triplet: FB, A1 and BD. RGB value is (251,161,189). Sum of RGB (Red+Green+Blue) = 251+161+189=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1BD is #045E42. Grayscale: #BFBFBF. Windows color (decimal): -286275 or 12427771. OLE color: 12427771.

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

Color convert

RGB251161189-
CMYK00.360.250.02
HSL341.33º91.84%80.78%-
HSV(B)341.33º35.86%98.43%-
XYZ61.7149.6754.48-
YUV191.1126.82170.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=41.76%
G=26.79%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116118900.360.250.02341.3391.8480.78
HexFBA1BD0241921555c51
Octal373241275044312525134121
Binary1111101110100001101111010100100110011010101010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1BD; }

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

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

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

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

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

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

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

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