Html Css Color HEX #FFB4B7 Light Pink

📋 copy color: '#FFB4B7'

red 255 ◦ green 180 ◦ blue 183

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

Shades of Light Pink #FFB4B7

Tints of Light Pink #FFB4B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.61%

R = 41.26%
G = 29.13%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFB4B7 (or 0xFFB4B7) is known color: Light Pink. HEX triplet: FF, B4 and B7. RGB value is (255,180,183). Sum of RGB (Red+Green+Blue) = 255+180+183=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4B7 is #004B48. Grayscale: #CACACA. Windows color (decimal): -19273 or 12039423. OLE color: 12039423.

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

Color convert

RGB 255 180 183 -
CMYK 0 0.29 0.28 0
HSL 357.6º 1% 0.85% -
HSV(B) 357.6º 0.29% 1% -
XYZ 66.11 57.32 52.38 -
YUV 202.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 255 180 183 0 0.29 0.28 0 357.6 1 0.85
Hex FF B4 B7 0 1D 1C 0 166 64 55
Octal 377 264 267 0 35 34 0 546 144 125
Binary 11111111 10110100 10110111 0 11101 11100 0 101100110 1100100 1010101

Color Harmonies of #FFB4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4B7

Black with #FFB4B7

Text Example


Text Example

White with #FFB4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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