Html Css Color HEX #F8BBCC Cupid

📋 copy color: '#F8BBCC'

red 248 ◦ green 187 ◦ blue 204

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

Shades of Cupid #F8BBCC

Tints of Cupid #F8BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.26%

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

R = 38.81%
G = 29.26%
B = 31.92%

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

#F8BBCC (or 0xF8BBCC) is known color: Cupid. HEX triplet: F8, BB and CC. RGB value is (248,187,204). Sum of RGB (Red+Green+Blue) = 248+187+204=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBCC is #074433. Grayscale: #CFCFCF. Windows color (decimal): -476212 or 13417464. OLE color: 13417464.

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

Color convert

RGB 248 187 204 -
CMYK 0 0.25 0.18 0.03
HSL 343.28º 0.81% 0.85% -
HSV(B) 343.28º 0.25% 0.97% -
XYZ 67.38 59.86 65.13 -
YUV 207.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 248 187 204 0 0.25 0.18 0.03 343.28 0.81 0.85
Hex F8 BB CC 0 19 12 3 157 51 55
Octal 370 273 314 0 31 22 3 527 121 125
Binary 11111000 10111011 11001100 0 11001 10010 11 101010111 1010001 1010101

Color Harmonies of #F8BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBCC

Black with #F8BBCC

Text Example


Text Example

White with #F8BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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