Html Css Color HEX #F8B7C8 Cupid

📋 copy color: '#F8B7C8'

red 248 ◦ green 183 ◦ blue 200

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

Shades of Cupid #F8B7C8

Tints of Cupid #F8B7C8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29%

 BLUE value IS 200 (78.52% from 255) = 31.7%

R = 39.3%
G = 29%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8B7C8 (or 0xF8B7C8) is known color: Cupid. HEX triplet: F8, B7 and C8. RGB value is (248,183,200). Sum of RGB (Red+Green+Blue) = 248+183+200=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7C8 is #074837. Grayscale: #CCCCCC. Windows color (decimal): -477240 or 13154296. OLE color: 13154296.

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

Color convert

RGB 248 183 200 -
CMYK 0 0.26 0.19 0.03
HSL 344.31º 0.82% 0.85% -
HSV(B) 344.31º 0.26% 0.97% -
XYZ 66.07 57.99 62.36 -
YUV 204.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 248 183 200 0 0.26 0.19 0.03 344.31 0.82 0.85
Hex F8 B7 C8 0 1A 13 3 158 52 55
Octal 370 267 310 0 32 23 3 530 122 125
Binary 11111000 10110111 11001000 0 11010 10011 11 101011000 1010010 1010101

Color Harmonies of #F8B7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B7C8

Black with #F8B7C8

Text Example


Text Example

White with #F8B7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B7C8; }

 p { color: rgb(248,183,200); }

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

background-color css

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

 a { background-color: rgb(248,183,200); }

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

border-color css

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

 span { border-color: rgb(248,183,200); }

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