Html Css Color HEX #FBA0BA Carnation Pink

📋 copy color: '#FBA0BA'

red 251 ◦ green 160 ◦ blue 186

#FBA0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FBA0BA

Tints of Carnation Pink #FBA0BA

RGB

 RED value IS 251 (98.44% from 255) = 42.04%

 GREEN value IS 160 (62.89% from 255) = 26.8%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 42.04%
G = 26.8%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBA0BA (or 0xFBA0BA) is known color: Carnation Pink. HEX triplet: FB, A0 and BA. RGB value is (251,160,186). Sum of RGB (Red+Green+Blue) = 251+160+186=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0BA is #045F45. Grayscale: #BEBEBE. Windows color (decimal): -286534 or 12230907. OLE color: 12230907.

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

Color convert

RGB 251 160 186 -
CMYK 0 0.36 0.26 0.02
HSL 342.86º 0.92% 0.81% -
HSV(B) 342.86º 0.36% 0.98% -
XYZ 61.22 49.2 52.72 -
YUV 190.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 251 160 186 0 0.36 0.26 0.02 342.86 0.92 0.81
Hex FB A0 BA 0 24 1A 2 157 5C 51
Octal 373 240 272 0 44 32 2 527 134 121
Binary 11111011 10100000 10111010 0 100100 11010 10 101010111 1011100 1010001

Color Harmonies of #FBA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0BA

Black with #FBA0BA

Text Example


Text Example

White with #FBA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0BA; }

 p { color: rgb(251,160,186); }

 H1.HeaderClassName
 {
   color: #FBA0BA;
 }
 .AnyTagClassName
 {
   color: #FBA0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(251,160,186); }

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

border-color css

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

 span { border-color: rgb(251,160,186); }

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