Html Css Color HEX #F8B2C1 Cupid

📋 copy color: '#F8B2C1'

red 248 ◦ green 178 ◦ blue 193

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

Shades of Cupid #F8B2C1

Tints of Cupid #F8B2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 40.06%
G = 28.76%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8B2C1 (or 0xF8B2C1) is known color: Cupid. HEX triplet: F8, B2 and C1. RGB value is (248,178,193). Sum of RGB (Red+Green+Blue) = 248+178+193=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2C1 is #074D3E. Grayscale: #C8C8C8. Windows color (decimal): -478527 or 12694264. OLE color: 12694264.

HSL color Cylindrical-coordinate representation of color #F8B2C1: hue angle of 347.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2C1 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 193 -
CMYK 0 0.28 0.22 0.03
HSL 347.14º 0.83% 0.84% -
HSV(B) 347.14º 0.28% 0.97% -
XYZ 64.26 55.65 57.81 -
YUV 200.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 248 178 193 0 0.28 0.22 0.03 347.14 0.83 0.84
Hex F8 B2 C1 0 1C 16 3 15B 53 54
Octal 370 262 301 0 34 26 3 533 123 124
Binary 11111000 10110010 11000001 0 11100 10110 11 101011011 1010011 1010100

Color Harmonies of #F8B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B2C1

Black with #F8B2C1

Text Example


Text Example

White with #F8B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B2C1; }

 p { color: rgb(248,178,193); }

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

background-color css

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

 a { background-color: rgb(248,178,193); }

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

border-color css

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

 span { border-color: rgb(248,178,193); }

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