Html Css Color HEX #F8B3C5 Cupid

📋 copy color: '#F8B3C5'

red 248 ◦ green 179 ◦ blue 197

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

Shades of Cupid #F8B3C5

Tints of Cupid #F8B3C5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 39.74%
G = 28.69%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8B3C5 (or 0xF8B3C5) is known color: Cupid. HEX triplet: F8, B3 and C5. RGB value is (248,179,197). Sum of RGB (Red+Green+Blue) = 248+179+197=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3C5 is #074C3A. Grayscale: #C9C9C9. Windows color (decimal): -478267 or 12956664. OLE color: 12956664.

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

Color convert

RGB 248 179 197 -
CMYK 0 0.28 0.21 0.03
HSL 344.35º 0.83% 0.84% -
HSV(B) 344.35º 0.28% 0.97% -
XYZ 64.91 56.23 60.26 -
YUV 201.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 248 179 197 0 0.28 0.21 0.03 344.35 0.83 0.84
Hex F8 B3 C5 0 1C 15 3 158 53 54
Octal 370 263 305 0 34 25 3 530 123 124
Binary 11111000 10110011 11000101 0 11100 10101 11 101011000 1010011 1010100

Color Harmonies of #F8B3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B3C5

Black with #F8B3C5

Text Example


Text Example

White with #F8B3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B3C5; }

 p { color: rgb(248,179,197); }

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

background-color css

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

 a { background-color: rgb(248,179,197); }

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

border-color css

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

 span { border-color: rgb(248,179,197); }

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