Html Css Color HEX #F9BBC5 Light Pink

📋 copy color: '#F9BBC5'

red 249 ◦ green 187 ◦ blue 197

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

Shades of Light Pink #F9BBC5

Tints of Light Pink #F9BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.12%

R = 39.34%
G = 29.54%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F9BBC5 (or 0xF9BBC5) is known color: Light Pink. HEX triplet: F9, BB and C5. RGB value is (249,187,197). Sum of RGB (Red+Green+Blue) = 249+187+197=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC5 is #06443A. Grayscale: #CECECE. Windows color (decimal): -410683 or 12958713. OLE color: 12958713.

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

Color convert

RGB 249 187 197 -
CMYK 0 0.25 0.21 0.02
HSL 350.32º 0.84% 0.85% -
HSV(B) 350.32º 0.25% 0.98% -
XYZ 66.92 59.71 60.82 -
YUV 206.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 249 187 197 0 0.25 0.21 0.02 350.32 0.84 0.85
Hex F9 BB C5 0 19 15 2 15E 54 55
Octal 371 273 305 0 31 25 2 536 124 125
Binary 11111001 10111011 11000101 0 11001 10101 10 101011110 1010100 1010101

Color Harmonies of #F9BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBC5

Black with #F9BBC5

Text Example


Text Example

White with #F9BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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