Html Css Color HEX #F6B0BD Cupid

📋 copy color: '#F6B0BD'

red 246 ◦ green 176 ◦ blue 189

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

Shades of Cupid #F6B0BD

Tints of Cupid #F6B0BD

RGB

 RED value IS 246 (96.48% from 255) = 40.26%

 GREEN value IS 176 (69.14% from 255) = 28.81%

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

R = 40.26%
G = 28.81%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6B0BD (or 0xF6B0BD) is known color: Cupid. HEX triplet: F6, B0 and BD. RGB value is (246,176,189). Sum of RGB (Red+Green+Blue) = 246+176+189=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0BD is #094F42. Grayscale: #C6C6C6. Windows color (decimal): -610115 or 12431606. OLE color: 12431606.

HSL color Cylindrical-coordinate representation of color #F6B0BD: hue angle of 348.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0BD is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 176 189 -
CMYK 0 0.28 0.23 0.04
HSL 348.86º 0.8% 0.83% -
HSV(B) 348.86º 0.28% 0.96% -
XYZ 62.72 54.32 55.32 -
YUV 198.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 246 176 189 0 0.28 0.23 0.04 348.86 0.8 0.83
Hex F6 B0 BD 0 1C 17 4 15D 50 53
Octal 366 260 275 0 34 27 4 535 120 123
Binary 11110110 10110000 10111101 0 11100 10111 100 101011101 1010000 1010011

Color Harmonies of #F6B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0BD

Black with #F6B0BD

Text Example


Text Example

White with #F6B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0BD; }

 p { color: rgb(246,176,189); }

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

background-color css

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

 a { background-color: rgb(246,176,189); }

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

border-color css

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

 span { border-color: rgb(246,176,189); }

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