Html Css Color HEX #F8B2C5 Cupid

📋 copy color: '#F8B2C5'

red 248 ◦ green 178 ◦ blue 197

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

Shades of Cupid #F8B2C5

Tints of Cupid #F8B2C5

RGB

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

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

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

R = 39.81%
G = 28.57%
B = 31.62%

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

#F8B2C5 (or 0xF8B2C5) is known color: Cupid. HEX triplet: F8, B2 and C5. RGB value is (248,178,197). Sum of RGB (Red+Green+Blue) = 248+178+197=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2C5 is #074D3A. Grayscale: #C9C9C9. Windows color (decimal): -478523 or 12956408. OLE color: 12956408.

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

Color convert

RGB 248 178 197 -
CMYK 0 0.28 0.21 0.03
HSL 343.71º 0.83% 0.84% -
HSV(B) 343.71º 0.28% 0.97% -
XYZ 64.71 55.83 60.19 -
YUV 201.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 248 178 197 0 0.28 0.21 0.03 343.71 0.83 0.84
Hex F8 B2 C5 0 1C 15 3 158 53 54
Octal 370 262 305 0 34 25 3 530 123 124
Binary 11111000 10110010 11000101 0 11100 10101 11 101011000 1010011 1010100

Color Harmonies of #F8B2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B2C5

Black with #F8B2C5

Text Example


Text Example

White with #F8B2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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