Html Css Color HEX #FDB1BA Light Pink

📋 copy color: '#FDB1BA'

red 253 ◦ green 177 ◦ blue 186

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

Shades of Light Pink #FDB1BA

Tints of Light Pink #FDB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.73%

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

R = 41.07%
G = 28.73%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB1BA (or 0xFDB1BA) is known color: Light Pink. HEX triplet: FD, B1 and BA. RGB value is (253,177,186). Sum of RGB (Red+Green+Blue) = 253+177+186=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1BA is #024E45. Grayscale: #C8C8C8. Windows color (decimal): -151110 or 12235261. OLE color: 12235261.

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

Color convert

RGB 253 177 186 -
CMYK 0 0.30 0.26 0.01
HSL 352.89º 0.95% 0.84% -
HSV(B) 352.89º 0.3% 0.99% -
XYZ 65.09 55.87 53.81 -
YUV 200.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 253 177 186 0 0.30 0.26 0.01 352.89 0.95 0.84
Hex FD B1 BA 0 1E 1A 1 161 5F 54
Octal 375 261 272 0 36 32 1 541 137 124
Binary 11111101 10110001 10111010 0 11110 11010 1 101100001 1011111 1010100

Color Harmonies of #FDB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1BA

Black with #FDB1BA

Text Example


Text Example

White with #FDB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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