Html Css Color HEX #FBA6B9 Cupid

📋 copy color: '#FBA6B9'

red 251 ◦ green 166 ◦ blue 185

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

Shades of Cupid #FBA6B9

Tints of Cupid #FBA6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.73%

R = 41.69%
G = 27.57%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBA6B9 (or 0xFBA6B9) is known color: Cupid. HEX triplet: FB, A6 and B9. RGB value is (251,166,185). Sum of RGB (Red+Green+Blue) = 251+166+185=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6B9 is #045946. Grayscale: #C1C1C1. Windows color (decimal): -284999 or 12166907. OLE color: 12166907.

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

Color convert

RGB 251 166 185 -
CMYK 0 0.34 0.26 0.02
HSL 346.59º 0.91% 0.82% -
HSV(B) 346.59º 0.34% 0.98% -
XYZ 62.18 51.28 52.52 -
YUV 193.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 251 166 185 0 0.34 0.26 0.02 346.59 0.91 0.82
Hex FB A6 B9 0 22 1A 2 15B 5B 52
Octal 373 246 271 0 42 32 2 533 133 122
Binary 11111011 10100110 10111001 0 100010 11010 10 101011011 1011011 1010010

Color Harmonies of #FBA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6B9

Black with #FBA6B9

Text Example


Text Example

White with #FBA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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