Html Css Color HEX #FDB4BA Light Pink

📋 copy color: '#FDB4BA'

red 253 ◦ green 180 ◦ blue 186

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

Shades of Light Pink #FDB4BA

Tints of Light Pink #FDB4BA

RGB

 RED value IS 253 (99.22% from 255) = 40.87%

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

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 40.87%
G = 29.08%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB4BA (or 0xFDB4BA) is known color: Light Pink. HEX triplet: FD, B4 and BA. RGB value is (253,180,186). Sum of RGB (Red+Green+Blue) = 253+180+186=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BA is #024B45. Grayscale: #CACACA. Windows color (decimal): -150342 or 12236029. OLE color: 12236029.

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

Color convert

RGB 253 180 186 -
CMYK 0 0.29 0.26 0.01
HSL 355.07º 0.95% 0.85% -
HSV(B) 355.07º 0.29% 0.99% -
XYZ 65.69 57.07 54.01 -
YUV 202.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 253 180 186 0 0.29 0.26 0.01 355.07 0.95 0.85
Hex FD B4 BA 0 1D 1A 1 163 5F 55
Octal 375 264 272 0 35 32 1 543 137 125
Binary 11111101 10110100 10111010 0 11101 11010 1 101100011 1011111 1010101

Color Harmonies of #FDB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4BA

Black with #FDB4BA

Text Example


Text Example

White with #FDB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4BA; }

 p { color: rgb(253,180,186); }

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

background-color css

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

 a { background-color: rgb(253,180,186); }

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

border-color css

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

 span { border-color: rgb(253,180,186); }

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