#FBA2BD

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

Shades of Carnation Pink #FBA2BD

Tints of Carnation Pink #FBA2BD

Color information

#FBA2BD (or 0xFBA2BD) is unknown color: approx Carnation Pink. HEX triplet: FB, A2 and BD. RGB value is (251,162,189). Sum of RGB (Red+Green+Blue) = 251+162+189=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2BD is #045D42. Grayscale: #BFBFBF. Windows color (decimal): -286019 or 12428027. OLE color: 12428027.

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

Color convert

RGB251162189-
CMYK00.350.250.02
HSL341.8º91.75%80.98%-
HSV(B)341.8º35.46%98.43%-
XYZ61.8950.0254.54-
YUV191.69126.49170.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=41.69%
G=26.91%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116218900.350.250.02341.891.7580.98
HexFBA2BD0231921565c51
Octal373242275043312526134121
Binary1111101110100010101111010100011110011010101011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2BD; }

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

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

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

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

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

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

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

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