Html Css Color HEX #F6B0C8 Cupid

📋 copy color: '#F6B0C8'

red 246 ◦ green 176 ◦ blue 200

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

Shades of Cupid #F6B0C8

Tints of Cupid #F6B0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.15%

R = 39.55%
G = 28.3%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F6B0C8 (or 0xF6B0C8) is known color: Cupid. HEX triplet: F6, B0 and C8. RGB value is (246,176,200). Sum of RGB (Red+Green+Blue) = 246+176+200=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0C8 is #094F37. Grayscale: #C7C7C7. Windows color (decimal): -610104 or 13152502. OLE color: 13152502.

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

Color convert

RGB 246 176 200 -
CMYK 0 0.28 0.19 0.04
HSL 339.43º 0.8% 0.83% -
HSV(B) 339.43º 0.28% 0.96% -
XYZ 63.96 54.81 61.85 -
YUV 199.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 246 176 200 0 0.28 0.19 0.04 339.43 0.8 0.83
Hex F6 B0 C8 0 1C 13 4 153 50 53
Octal 366 260 310 0 34 23 4 523 120 123
Binary 11110110 10110000 11001000 0 11100 10011 100 101010011 1010000 1010011

Color Harmonies of #F6B0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0C8

Black with #F6B0C8

Text Example


Text Example

White with #F6B0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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