Html Css Color HEX #F7BBCC Cupid

📋 copy color: '#F7BBCC'

red 247 ◦ green 187 ◦ blue 204

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

Shades of Cupid #F7BBCC

Tints of Cupid #F7BBCC

RGB

 RED value IS 247 (96.88% from 255) = 38.71%

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

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

R = 38.71%
G = 29.31%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7BBCC (or 0xF7BBCC) is known color: Cupid. HEX triplet: F7, BB and CC. RGB value is (247,187,204). Sum of RGB (Red+Green+Blue) = 247+187+204=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBCC is #084433. Grayscale: #CECECE. Windows color (decimal): -541748 or 13417463. OLE color: 13417463.

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

Color convert

RGB 247 187 204 -
CMYK 0 0.24 0.17 0.03
HSL 343º 0.79% 0.85% -
HSV(B) 343º 0.24% 0.97% -
XYZ 67.03 59.67 65.11 -
YUV 206.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 247 187 204 0 0.24 0.17 0.03 343 0.79 0.85
Hex F7 BB CC 0 18 11 3 157 4F 55
Octal 367 273 314 0 30 21 3 527 117 125
Binary 11110111 10111011 11001100 0 11000 10001 11 101010111 1001111 1010101

Color Harmonies of #F7BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BBCC

Black with #F7BBCC

Text Example


Text Example

White with #F7BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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