Html Css Color HEX #F6B0BE Cupid

📋 copy color: '#F6B0BE'

red 246 ◦ green 176 ◦ blue 190

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

Shades of Cupid #F6B0BE

Tints of Cupid #F6B0BE

RGB

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

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

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

R = 40.2%
G = 28.76%
B = 31.05%

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

#F6B0BE (or 0xF6B0BE) is known color: Cupid. HEX triplet: F6, B0 and BE. RGB value is (246,176,190). Sum of RGB (Red+Green+Blue) = 246+176+190=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0BE is #094F41. Grayscale: #C6C6C6. Windows color (decimal): -610114 or 12497142. OLE color: 12497142.

HSL color Cylindrical-coordinate representation of color #F6B0BE: hue angle of 348º 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 #F6B0BE is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 176 190 -
CMYK 0 0.28 0.23 0.04
HSL 348º 0.8% 0.83% -
HSV(B) 348º 0.28% 0.96% -
XYZ 62.83 54.36 55.9 -
YUV 198.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 246 176 190 0 0.28 0.23 0.04 348 0.8 0.83
Hex F6 B0 BE 0 1C 17 4 15C 50 53
Octal 366 260 276 0 34 27 4 534 120 123
Binary 11110110 10110000 10111110 0 11100 10111 100 101011100 1010000 1010011

Color Harmonies of #F6B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0BE

Black with #F6B0BE

Text Example


Text Example

White with #F6B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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