Html Css Color HEX #F9BBCD Cupid

📋 copy color: '#F9BBCD'

red 249 ◦ green 187 ◦ blue 205

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

Shades of Cupid #F9BBCD

Tints of Cupid #F9BBCD

RGB

 RED value IS 249 (97.66% from 255) = 38.85%

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

 BLUE value IS 205 (80.47% from 255) = 31.98%

R = 38.85%
G = 29.17%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9BBCD (or 0xF9BBCD) is known color: Cupid. HEX triplet: F9, BB and CD. RGB value is (249,187,205). Sum of RGB (Red+Green+Blue) = 249+187+205=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCD is #064432. Grayscale: #CFCFCF. Windows color (decimal): -410675 or 13483001. OLE color: 13483001.

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

Color convert

RGB 249 187 205 -
CMYK 0 0.25 0.18 0.02
HSL 342.58º 0.84% 0.85% -
HSV(B) 342.58º 0.25% 0.98% -
XYZ 67.86 60.09 65.78 -
YUV 207.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 249 187 205 0 0.25 0.18 0.02 342.58 0.84 0.85
Hex F9 BB CD 0 19 12 2 157 54 55
Octal 371 273 315 0 31 22 2 527 124 125
Binary 11111001 10111011 11001101 0 11001 10010 10 101010111 1010100 1010101

Color Harmonies of #F9BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBCD

Black with #F9BBCD

Text Example


Text Example

White with #F9BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBCD; }

 p { color: rgb(249,187,205); }

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

background-color css

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

 a { background-color: rgb(249,187,205); }

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

border-color css

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

 span { border-color: rgb(249,187,205); }

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