Html Css Color HEX #FBA3BF Carnation Pink

📋 copy color: '#FBA3BF'

red 251 ◦ green 163 ◦ blue 191

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

Shades of Carnation Pink #FBA3BF

Tints of Carnation Pink #FBA3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.94%

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

R = 41.49%
G = 26.94%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBA3BF (or 0xFBA3BF) is known color: Carnation Pink. HEX triplet: FB, A3 and BF. RGB value is (251,163,191). Sum of RGB (Red+Green+Blue) = 251+163+191=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3BF is #045C40. Grayscale: #C0C0C0. Windows color (decimal): -285761 or 12559355. OLE color: 12559355.

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

Color convert

RGB 251 163 191 -
CMYK 0 0.35 0.24 0.02
HSL 340.91º 0.92% 0.81% -
HSV(B) 340.91º 0.35% 0.98% -
XYZ 62.28 50.47 55.75 -
YUV 192.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 251 163 191 0 0.35 0.24 0.02 340.91 0.92 0.81
Hex FB A3 BF 0 23 18 2 155 5C 51
Octal 373 243 277 0 43 30 2 525 134 121
Binary 11111011 10100011 10111111 0 100011 11000 10 101010101 1011100 1010001

Color Harmonies of #FBA3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3BF

Black with #FBA3BF

Text Example


Text Example

White with #FBA3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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