Html Css Color HEX #FBB1C0 Light Pink

📋 copy color: '#FBB1C0'

red 251 ◦ green 177 ◦ blue 192

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

Shades of Light Pink #FBB1C0

Tints of Light Pink #FBB1C0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.55%

 BLUE value IS 192 (75.39% from 255) = 30.97%

R = 40.48%
G = 28.55%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBB1C0 (or 0xFBB1C0) is known color: Light Pink. HEX triplet: FB, B1 and C0. RGB value is (251,177,192). Sum of RGB (Red+Green+Blue) = 251+177+192=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1C0 is #044E3F. Grayscale: #C8C8C8. Windows color (decimal): -282176 or 12628475. OLE color: 12628475.

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

Color convert

RGB 251 177 192 -
CMYK 0 0.29 0.24 0.02
HSL 347.84º 0.9% 0.84% -
HSV(B) 347.84º 0.29% 0.98% -
XYZ 65.02 55.76 57.2 -
YUV 200.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 251 177 192 0 0.29 0.24 0.02 347.84 0.9 0.84
Hex FB B1 C0 0 1D 18 2 15C 5A 54
Octal 373 261 300 0 35 30 2 534 132 124
Binary 11111011 10110001 11000000 0 11101 11000 10 101011100 1011010 1010100

Color Harmonies of #FBB1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1C0

Black with #FBB1C0

Text Example


Text Example

White with #FBB1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1C0; }

 p { color: rgb(251,177,192); }

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

background-color css

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

 a { background-color: rgb(251,177,192); }

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

border-color css

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

 span { border-color: rgb(251,177,192); }

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