Html Css Color HEX #FBA0BB Carnation Pink

📋 copy color: '#FBA0BB'

red 251 ◦ green 160 ◦ blue 187

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

Shades of Carnation Pink #FBA0BB

Tints of Carnation Pink #FBA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 41.97%
G = 26.76%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBA0BB (or 0xFBA0BB) is known color: Carnation Pink. HEX triplet: FB, A0 and BB. RGB value is (251,160,187). Sum of RGB (Red+Green+Blue) = 251+160+187=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0BB is #045F44. Grayscale: #BEBEBE. Windows color (decimal): -286533 or 12296443. OLE color: 12296443.

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

Color convert

RGB 251 160 187 -
CMYK 0 0.36 0.25 0.02
HSL 342.2º 0.92% 0.81% -
HSV(B) 342.2º 0.36% 0.98% -
XYZ 61.32 49.24 53.29 -
YUV 190.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 251 160 187 0 0.36 0.25 0.02 342.2 0.92 0.81
Hex FB A0 BB 0 24 19 2 156 5C 51
Octal 373 240 273 0 44 31 2 526 134 121
Binary 11111011 10100000 10111011 0 100100 11001 10 101010110 1011100 1010001

Color Harmonies of #FBA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0BB

Black with #FBA0BB

Text Example


Text Example

White with #FBA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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