Html Css Color HEX #FBA6BD Cupid

📋 copy color: '#FBA6BD'

red 251 ◦ green 166 ◦ blue 189

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

Shades of Cupid #FBA6BD

Tints of Cupid #FBA6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.19%

R = 41.42%
G = 27.39%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBA6BD (or 0xFBA6BD) is known color: Cupid. HEX triplet: FB, A6 and BD. RGB value is (251,166,189). Sum of RGB (Red+Green+Blue) = 251+166+189=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6BD is #045942. Grayscale: #C2C2C2. Windows color (decimal): -284995 or 12429051. OLE color: 12429051.

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

Color convert

RGB 251 166 189 -
CMYK 0 0.34 0.25 0.02
HSL 343.76º 0.91% 0.82% -
HSV(B) 343.76º 0.34% 0.98% -
XYZ 62.61 51.46 54.78 -
YUV 194.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 251 166 189 0 0.34 0.25 0.02 343.76 0.91 0.82
Hex FB A6 BD 0 22 19 2 158 5B 52
Octal 373 246 275 0 42 31 2 530 133 122
Binary 11111011 10100110 10111101 0 100010 11001 10 101011000 1011011 1010010

Color Harmonies of #FBA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6BD

Black with #FBA6BD

Text Example


Text Example

White with #FBA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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