Html Css Color HEX #FDBAB9 Your Pink

📋 copy color: '#FDBAB9'

red 253 ◦ green 186 ◦ blue 185

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

Shades of Your Pink #FDBAB9

Tints of Your Pink #FDBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 185 (72.66% from 255) = 29.65%

R = 40.54%
G = 29.81%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDBAB9 (or 0xFDBAB9) is known color: Your Pink. HEX triplet: FD, BA and B9. RGB value is (253,186,185). Sum of RGB (Red+Green+Blue) = 253+186+185=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB9 is #024546. Grayscale: #CDCDCD. Windows color (decimal): -148807 or 12172029. OLE color: 12172029.

HSL color Cylindrical-coordinate representation of color #FDBAB9: hue angle of 0.88º degrees, saturation: 0.94, 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 #FDBAB9 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 185 -
CMYK 0 0.26 0.27 0.01
HSL 0.88º 0.94% 0.86% -
HSV(B) 0.88º 0.27% 0.99% -
XYZ 66.82 59.5 53.86 -
YUV 205.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 253 186 185 0 0.26 0.27 0.01 0.88 0.94 0.86
Hex FD BA B9 0 1A 1B 1 1 5E 56
Octal 375 272 271 0 32 33 1 1 136 126
Binary 11111101 10111010 10111001 0 11010 11011 1 1 1011110 1010110

Color Harmonies of #FDBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAB9

Black with #FDBAB9

Text Example


Text Example

White with #FDBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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