Html Css Color HEX #F9BBCA Pink

📋 copy color: '#F9BBCA'

red 249 ◦ green 187 ◦ blue 202

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

Shades of Pink #F9BBCA

Tints of Pink #F9BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 39.03%
G = 29.31%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9BBCA (or 0xF9BBCA) is known color: Pink. HEX triplet: F9, BB and CA. RGB value is (249,187,202). Sum of RGB (Red+Green+Blue) = 249+187+202=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCA is #064435. Grayscale: #CFCFCF. Windows color (decimal): -410678 or 13286393. OLE color: 13286393.

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

Color convert

RGB 249 187 202 -
CMYK 0 0.25 0.19 0.02
HSL 345.48º 0.84% 0.85% -
HSV(B) 345.48º 0.25% 0.98% -
XYZ 67.5 59.94 63.89 -
YUV 207.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 249 187 202 0 0.25 0.19 0.02 345.48 0.84 0.85
Hex F9 BB CA 0 19 13 2 159 54 55
Octal 371 273 312 0 31 23 2 531 124 125
Binary 11111001 10111011 11001010 0 11001 10011 10 101011001 1010100 1010101

Color Harmonies of #F9BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBCA

Black with #F9BBCA

Text Example


Text Example

White with #F9BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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