Html Css Color HEX #FBB3B4 Light Pink

📋 copy color: '#FBB3B4'

red 251 ◦ green 179 ◦ blue 180

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

Shades of Light Pink #FBB3B4

Tints of Light Pink #FBB3B4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.34%

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 41.15%
G = 29.34%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBB3B4 (or 0xFBB3B4) is known color: Light Pink. HEX triplet: FB, B3 and B4. RGB value is (251,179,180). Sum of RGB (Red+Green+Blue) = 251+179+180=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3B4 is #044C4B. Grayscale: #C8C8C8. Windows color (decimal): -281676 or 11842555. OLE color: 11842555.

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

Color convert

RGB 251 179 180 -
CMYK 0 0.29 0.28 0.02
HSL 359.17º 0.9% 0.84% -
HSV(B) 359.17º 0.29% 0.98% -
XYZ 64.14 56.04 50.62 -
YUV 200.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 251 179 180 0 0.29 0.28 0.02 359.17 0.9 0.84
Hex FB B3 B4 0 1D 1C 2 167 5A 54
Octal 373 263 264 0 35 34 2 547 132 124
Binary 11111011 10110011 10110100 0 11101 11100 10 101100111 1011010 1010100

Color Harmonies of #FBB3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB3B4

Black with #FBB3B4

Text Example


Text Example

White with #FBB3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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