Html Css Color HEX #F6B8CC Cupid

📋 copy color: '#F6B8CC'

red 246 ◦ green 184 ◦ blue 204

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

Shades of Cupid #F6B8CC

Tints of Cupid #F6B8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 38.8%
G = 29.02%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6B8CC (or 0xF6B8CC) is known color: Cupid. HEX triplet: F6, B8 and CC. RGB value is (246,184,204). Sum of RGB (Red+Green+Blue) = 246+184+204=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B8CC is #094733. Grayscale: #CCCCCC. Windows color (decimal): -608052 or 13416694. OLE color: 13416694.

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

Color convert

RGB 246 184 204 -
CMYK 0 0.25 0.17 0.04
HSL 340.65º 0.78% 0.84% -
HSV(B) 340.65º 0.25% 0.96% -
XYZ 66.05 58.23 64.89 -
YUV 204.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 246 184 204 0 0.25 0.17 0.04 340.65 0.78 0.84
Hex F6 B8 CC 0 19 11 4 155 4E 54
Octal 366 270 314 0 31 21 4 525 116 124
Binary 11110110 10111000 11001100 0 11001 10001 100 101010101 1001110 1010100

Color Harmonies of #F6B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B8CC

Black with #F6B8CC

Text Example


Text Example

White with #F6B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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