Html Css Color HEX #FBB9C9 Pink

📋 copy color: '#FBB9C9'

red 251 ◦ green 185 ◦ blue 201

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

Shades of Pink #FBB9C9

Tints of Pink #FBB9C9

RGB

 RED value IS 251 (98.44% from 255) = 39.4%

 GREEN value IS 185 (72.66% from 255) = 29.04%

 BLUE value IS 201 (78.91% from 255) = 31.55%

R = 39.4%
G = 29.04%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBB9C9 (or 0xFBB9C9) is known color: Pink. HEX triplet: FB, B9 and C9. RGB value is (251,185,201). Sum of RGB (Red+Green+Blue) = 251+185+201=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9C9 is #044636. Grayscale: #CECECE. Windows color (decimal): -280119 or 13220347. OLE color: 13220347.

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

Color convert

RGB 251 185 201 -
CMYK 0 0.26 0.20 0.02
HSL 345.45º 0.89% 0.85% -
HSV(B) 345.45º 0.26% 0.98% -
XYZ 67.68 59.42 63.16 -
YUV 206.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 251 185 201 0 0.26 0.20 0.02 345.45 0.89 0.85
Hex FB B9 C9 0 1A 14 2 159 59 55
Octal 373 271 311 0 32 24 2 531 131 125
Binary 11111011 10111001 11001001 0 11010 10100 10 101011001 1011001 1010101

Color Harmonies of #FBB9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9C9

Black with #FBB9C9

Text Example


Text Example

White with #FBB9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9C9; }

 p { color: rgb(251,185,201); }

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

background-color css

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

 a { background-color: rgb(251,185,201); }

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

border-color css

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

 span { border-color: rgb(251,185,201); }

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