Html Css Color HEX #F8B7CC Cupid

📋 copy color: '#F8B7CC'

red 248 ◦ green 183 ◦ blue 204

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

Shades of Cupid #F8B7CC

Tints of Cupid #F8B7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 39.06%
G = 28.82%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8B7CC (or 0xF8B7CC) is known color: Cupid. HEX triplet: F8, B7 and CC. RGB value is (248,183,204). Sum of RGB (Red+Green+Blue) = 248+183+204=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7CC is #074833. Grayscale: #CCCCCC. Windows color (decimal): -477236 or 13416440. OLE color: 13416440.

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

Color convert

RGB 248 183 204 -
CMYK 0 0.26 0.18 0.03
HSL 340.62º 0.82% 0.85% -
HSV(B) 340.62º 0.26% 0.97% -
XYZ 66.54 58.18 64.85 -
YUV 204.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 248 183 204 0 0.26 0.18 0.03 340.62 0.82 0.85
Hex F8 B7 CC 0 1A 12 3 155 52 55
Octal 370 267 314 0 32 22 3 525 122 125
Binary 11111000 10110111 11001100 0 11010 10010 11 101010101 1010010 1010101

Color Harmonies of #F8B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B7CC

Black with #F8B7CC

Text Example


Text Example

White with #F8B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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