Html Css Color HEX #F8A8BC Cupid

📋 copy color: '#F8A8BC'

red 248 ◦ green 168 ◦ blue 188

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

Shades of Cupid #F8A8BC

Tints of Cupid #F8A8BC

RGB

 RED value IS 248 (97.27% from 255) = 41.06%

 GREEN value IS 168 (66.02% from 255) = 27.81%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 41.06%
G = 27.81%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8A8BC (or 0xF8A8BC) is known color: Cupid. HEX triplet: F8, A8 and BC. RGB value is (248,168,188). Sum of RGB (Red+Green+Blue) = 248+168+188=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8BC is #075743. Grayscale: #C2C2C2. Windows color (decimal): -481092 or 12364024. OLE color: 12364024.

HSL color Cylindrical-coordinate representation of color #F8A8BC: hue angle of 345º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8BC is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 168 188 -
CMYK 0 0.32 0.24 0.03
HSL 345º 0.85% 0.82% -
HSV(B) 345º 0.32% 0.97% -
XYZ 61.79 51.59 54.28 -
YUV 194.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 248 168 188 0 0.32 0.24 0.03 345 0.85 0.82
Hex F8 A8 BC 0 20 18 3 159 55 52
Octal 370 250 274 0 40 30 3 531 125 122
Binary 11111000 10101000 10111100 0 100000 11000 11 101011001 1010101 1010010

Color Harmonies of #F8A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8BC

Black with #F8A8BC

Text Example


Text Example

White with #F8A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8BC; }

 p { color: rgb(248,168,188); }

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

background-color css

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

 a { background-color: rgb(248,168,188); }

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

border-color css

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

 span { border-color: rgb(248,168,188); }

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