Html Css Color HEX #FFB8BD Light Pink

📋 copy color: '#FFB8BD'

red 255 ◦ green 184 ◦ blue 189

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

Shades of Light Pink #FFB8BD

Tints of Light Pink #FFB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.3%

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

R = 40.61%
G = 29.3%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFB8BD (or 0xFFB8BD) is known color: Light Pink. HEX triplet: FF, B8 and BD. RGB value is (255,184,189). Sum of RGB (Red+Green+Blue) = 255+184+189=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BD is #004742. Grayscale: #CDCDCD. Windows color (decimal): -18243 or 12433663. OLE color: 12433663.

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

Color convert

RGB 255 184 189 -
CMYK 0 0.28 0.26 0
HSL 355.77º 1% 0.86% -
HSV(B) 355.77º 0.28% 1% -
XYZ 67.57 59.22 56.01 -
YUV 205.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 255 184 189 0 0.28 0.26 0 355.77 1 0.86
Hex FF B8 BD 0 1C 1A 0 164 64 56
Octal 377 270 275 0 34 32 0 544 144 126
Binary 11111111 10111000 10111101 0 11100 11010 0 101100100 1100100 1010110

Color Harmonies of #FFB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB8BD

Black with #FFB8BD

Text Example


Text Example

White with #FFB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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