Html Css Color HEX #F8B9CC Cupid

📋 copy color: '#F8B9CC'

red 248 ◦ green 185 ◦ blue 204

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

Shades of Cupid #F8B9CC

Tints of Cupid #F8B9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.04%

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

R = 38.93%
G = 29.04%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8B9CC (or 0xF8B9CC) is known color: Cupid. HEX triplet: F8, B9 and CC. RGB value is (248,185,204). Sum of RGB (Red+Green+Blue) = 248+185+204=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9CC is #074633. Grayscale: #CDCDCD. Windows color (decimal): -476724 or 13416952. OLE color: 13416952.

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

Color convert

RGB 248 185 204 -
CMYK 0 0.25 0.18 0.03
HSL 341.9º 0.82% 0.85% -
HSV(B) 341.9º 0.25% 0.97% -
XYZ 66.96 59.01 64.99 -
YUV 206 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 248 185 204 0 0.25 0.18 0.03 341.9 0.82 0.85
Hex F8 B9 CC 0 19 12 3 156 52 55
Octal 370 271 314 0 31 22 3 526 122 125
Binary 11111000 10111001 11001100 0 11001 10010 11 101010110 1010010 1010101

Color Harmonies of #F8B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9CC

Black with #F8B9CC

Text Example


Text Example

White with #F8B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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