Html Css Color HEX #F9BBCC Pink

📋 copy color: '#F9BBCC'

red 249 ◦ green 187 ◦ blue 204

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

Shades of Pink #F9BBCC

Tints of Pink #F9BBCC

RGB

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

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

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

R = 38.91%
G = 29.22%
B = 31.88%

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

#F9BBCC (or 0xF9BBCC) is known color: Pink. HEX triplet: F9, BB and CC. RGB value is (249,187,204). Sum of RGB (Red+Green+Blue) = 249+187+204=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCC is #064433. Grayscale: #CFCFCF. Windows color (decimal): -410676 or 13417465. OLE color: 13417465.

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

Color convert

RGB 249 187 204 -
CMYK 0 0.25 0.18 0.02
HSL 343.55º 0.84% 0.85% -
HSV(B) 343.55º 0.25% 0.98% -
XYZ 67.74 60.04 65.15 -
YUV 207.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 249 187 204 0 0.25 0.18 0.02 343.55 0.84 0.85
Hex F9 BB CC 0 19 12 2 158 54 55
Octal 371 273 314 0 31 22 2 530 124 125
Binary 11111001 10111011 11001100 0 11001 10010 10 101011000 1010100 1010101

Color Harmonies of #F9BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBCC

Black with #F9BBCC

Text Example


Text Example

White with #F9BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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