Html Css Color HEX #FDB8BA Light Pink

📋 copy color: '#FDB8BA'

red 253 ◦ green 184 ◦ blue 186

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

Shades of Light Pink #FDB8BA

Tints of Light Pink #FDB8BA

RGB

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

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

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

R = 40.61%
G = 29.53%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB8BA (or 0xFDB8BA) is known color: Light Pink. HEX triplet: FD, B8 and BA. RGB value is (253,184,186). Sum of RGB (Red+Green+Blue) = 253+184+186=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8BA is #024745. Grayscale: #CCCCCC. Windows color (decimal): -149318 or 12237053. OLE color: 12237053.

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

Color convert

RGB 253 184 186 -
CMYK 0 0.27 0.26 0.01
HSL 358.26º 0.95% 0.86% -
HSV(B) 358.26º 0.27% 0.99% -
XYZ 66.51 58.71 54.28 -
YUV 204.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 253 184 186 0 0.27 0.26 0.01 358.26 0.95 0.86
Hex FD B8 BA 0 1B 1A 1 166 5F 56
Octal 375 270 272 0 33 32 1 546 137 126
Binary 11111101 10111000 10111010 0 11011 11010 1 101100110 1011111 1010110

Color Harmonies of #FDB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8BA

Black with #FDB8BA

Text Example


Text Example

White with #FDB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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