Html Css Color HEX #FEB4BD Light Pink

📋 copy color: '#FEB4BD'

red 254 ◦ green 180 ◦ blue 189

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

Shades of Light Pink #FEB4BD

Tints of Light Pink #FEB4BD

RGB

 RED value IS 254 (99.61% from 255) = 40.77%

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

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

R = 40.77%
G = 28.89%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEB4BD (or 0xFEB4BD) is known color: Light Pink. HEX triplet: FE, B4 and BD. RGB value is (254,180,189). Sum of RGB (Red+Green+Blue) = 254+180+189=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4BD is #014B42. Grayscale: #CBCBCB. Windows color (decimal): -84803 or 12432638. OLE color: 12432638.

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

Color convert

RGB 254 180 189 -
CMYK 0 0.29 0.26 0.00
HSL 352.7º 0.97% 0.85% -
HSV(B) 352.7º 0.29% 1% -
XYZ 66.38 57.39 55.72 -
YUV 203.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 254 180 189 0 0.29 0.26 0.00 352.7 0.97 0.85
Hex FE B4 BD 0 1D 1A 0 161 61 55
Octal 376 264 275 0 35 32 0 541 141 125
Binary 11111110 10110100 10111101 0 11101 11010 0 101100001 1100001 1010101

Color Harmonies of #FEB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4BD

Black with #FEB4BD

Text Example


Text Example

White with #FEB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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