Html Css Color HEX #FFB4BD Light Pink

📋 copy color: '#FFB4BD'

red 255 ◦ green 180 ◦ blue 189

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

Shades of Light Pink #FFB4BD

Tints of Light Pink #FFB4BD

RGB

 RED value IS 255 (100% from 255) = 40.87%

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 189 (74.22% from 255) = 30.29%

R = 40.87%
G = 28.85%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFB4BD (or 0xFFB4BD) is known color: Light Pink. HEX triplet: FF, B4 and BD. RGB value is (255,180,189). Sum of RGB (Red+Green+Blue) = 255+180+189=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BD is #004B42. Grayscale: #CBCBCB. Windows color (decimal): -19267 or 12432639. OLE color: 12432639.

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

Color convert

RGB 255 180 189 -
CMYK 0 0.29 0.26 0
HSL 352.8º 1% 0.85% -
HSV(B) 352.8º 0.29% 1% -
XYZ 66.75 57.58 55.74 -
YUV 203.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 255 180 189 0 0.29 0.26 0 352.8 1 0.85
Hex FF B4 BD 0 1D 1A 0 161 64 55
Octal 377 264 275 0 35 32 0 541 144 125
Binary 11111111 10110100 10111101 0 11101 11010 0 101100001 1100100 1010101

Color Harmonies of #FFB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4BD

Black with #FFB4BD

Text Example


Text Example

White with #FFB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4BD; }

 p { color: rgb(255,180,189); }

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

background-color css

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

 a { background-color: rgb(255,180,189); }

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

border-color css

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

 span { border-color: rgb(255,180,189); }

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