Html Css Color HEX #FBA6BF Carnation Pink

📋 copy color: '#FBA6BF'

red 251 ◦ green 166 ◦ blue 191

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

Shades of Carnation Pink #FBA6BF

Tints of Carnation Pink #FBA6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

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

R = 41.28%
G = 27.3%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBA6BF (or 0xFBA6BF) is known color: Carnation Pink. HEX triplet: FB, A6 and BF. RGB value is (251,166,191). Sum of RGB (Red+Green+Blue) = 251+166+191=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6BF is #045940. Grayscale: #C2C2C2. Windows color (decimal): -284993 or 12560123. OLE color: 12560123.

HSL color Cylindrical-coordinate representation of color #FBA6BF: hue angle of 342.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6BF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 191 -
CMYK 0 0.34 0.24 0.02
HSL 342.35º 0.91% 0.82% -
HSV(B) 342.35º 0.34% 0.98% -
XYZ 62.82 51.54 55.93 -
YUV 194.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 251 166 191 0 0.34 0.24 0.02 342.35 0.91 0.82
Hex FB A6 BF 0 22 18 2 156 5B 52
Octal 373 246 277 0 42 30 2 526 133 122
Binary 11111011 10100110 10111111 0 100010 11000 10 101010110 1011011 1010010

Color Harmonies of #FBA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6BF

Black with #FBA6BF

Text Example


Text Example

White with #FBA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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