Html Css Color HEX #FBA0BF Carnation Pink

📋 copy color: '#FBA0BF'

red 251 ◦ green 160 ◦ blue 191

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

Shades of Carnation Pink #FBA0BF

Tints of Carnation Pink #FBA0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.73%

R = 41.69%
G = 26.58%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBA0BF (or 0xFBA0BF) is known color: Carnation Pink. HEX triplet: FB, A0 and BF. RGB value is (251,160,191). Sum of RGB (Red+Green+Blue) = 251+160+191=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0BF is #045F40. Grayscale: #BEBEBE. Windows color (decimal): -286529 or 12558587. OLE color: 12558587.

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

Color convert

RGB 251 160 191 -
CMYK 0 0.36 0.24 0.02
HSL 339.56º 0.92% 0.81% -
HSV(B) 339.56º 0.36% 0.98% -
XYZ 61.76 49.41 55.57 -
YUV 190.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 251 160 191 0 0.36 0.24 0.02 339.56 0.92 0.81
Hex FB A0 BF 0 24 18 2 154 5C 51
Octal 373 240 277 0 44 30 2 524 134 121
Binary 11111011 10100000 10111111 0 100100 11000 10 101010100 1011100 1010001

Color Harmonies of #FBA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0BF

Black with #FBA0BF

Text Example


Text Example

White with #FBA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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