Html Css Color HEX #FBA6BE Carnation Pink

📋 copy color: '#FBA6BE'

red 251 ◦ green 166 ◦ blue 190

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

Shades of Carnation Pink #FBA6BE

Tints of Carnation Pink #FBA6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 41.35%
G = 27.35%
B = 31.3%

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

#FBA6BE (or 0xFBA6BE) is known color: Carnation Pink. HEX triplet: FB, A6 and BE. RGB value is (251,166,190). Sum of RGB (Red+Green+Blue) = 251+166+190=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6BE is #045941. Grayscale: #C2C2C2. Windows color (decimal): -284994 or 12494587. OLE color: 12494587.

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

Color convert

RGB 251 166 190 -
CMYK 0 0.34 0.24 0.02
HSL 343.06º 0.91% 0.82% -
HSV(B) 343.06º 0.34% 0.98% -
XYZ 62.71 51.5 55.35 -
YUV 194.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 251 166 190 0 0.34 0.24 0.02 343.06 0.91 0.82
Hex FB A6 BE 0 22 18 2 157 5B 52
Octal 373 246 276 0 42 30 2 527 133 122
Binary 11111011 10100110 10111110 0 100010 11000 10 101010111 1011011 1010010

Color Harmonies of #FBA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6BE

Black with #FBA6BE

Text Example


Text Example

White with #FBA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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