Html Css Color HEX #FBB2B3 Light Pink

📋 copy color: '#FBB2B3'

red 251 ◦ green 178 ◦ blue 179

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

Shades of Light Pink #FBB2B3

Tints of Light Pink #FBB2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.28%

 BLUE value IS 179 (70.31% from 255) = 29.44%

R = 41.28%
G = 29.28%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBB2B3 (or 0xFBB2B3) is known color: Light Pink. HEX triplet: FB, B2 and B3. RGB value is (251,178,179). Sum of RGB (Red+Green+Blue) = 251+178+179=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2B3 is #044D4C. Grayscale: #C8C8C8. Windows color (decimal): -281933 or 11776763. OLE color: 11776763.

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

Color convert

RGB 251 178 179 -
CMYK 0 0.29 0.29 0.02
HSL 359.18º 0.9% 0.84% -
HSV(B) 359.18º 0.29% 0.98% -
XYZ 63.84 55.6 50.02 -
YUV 199.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 251 178 179 0 0.29 0.29 0.02 359.18 0.9 0.84
Hex FB B2 B3 0 1D 1D 2 167 5A 54
Octal 373 262 263 0 35 35 2 547 132 124
Binary 11111011 10110010 10110011 0 11101 11101 10 101100111 1011010 1010100

Color Harmonies of #FBB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2B3

Black with #FBB2B3

Text Example


Text Example

White with #FBB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2B3; }

 p { color: rgb(251,178,179); }

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

background-color css

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

 a { background-color: rgb(251,178,179); }

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

border-color css

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

 span { border-color: rgb(251,178,179); }

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