Html Css Color HEX #F6B8C6 Cupid

📋 copy color: '#F6B8C6'

red 246 ◦ green 184 ◦ blue 198

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

Shades of Cupid #F6B8C6

Tints of Cupid #F6B8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.3%

 BLUE value IS 198 (77.73% from 255) = 31.53%

R = 39.17%
G = 29.3%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6B8C6 (or 0xF6B8C6) is known color: Cupid. HEX triplet: F6, B8 and C6. RGB value is (246,184,198). Sum of RGB (Red+Green+Blue) = 246+184+198=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8C6 is #094739. Grayscale: #CCCCCC. Windows color (decimal): -608058 or 13023478. OLE color: 13023478.

HSL color Cylindrical-coordinate representation of color #F6B8C6: hue angle of 346.45º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B8C6 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 184 198 -
CMYK 0 0.25 0.20 0.04
HSL 346.45º 0.78% 0.84% -
HSV(B) 346.45º 0.25% 0.96% -
XYZ 65.34 57.95 61.17 -
YUV 204.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 246 184 198 0 0.25 0.20 0.04 346.45 0.78 0.84
Hex F6 B8 C6 0 19 14 4 15A 4E 54
Octal 366 270 306 0 31 24 4 532 116 124
Binary 11110110 10111000 11000110 0 11001 10100 100 101011010 1001110 1010100

Color Harmonies of #F6B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B8C6

Black with #F6B8C6

Text Example


Text Example

White with #F6B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B8C6; }

 p { color: rgb(246,184,198); }

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

background-color css

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

 a { background-color: rgb(246,184,198); }

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

border-color css

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

 span { border-color: rgb(246,184,198); }

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