Html Css Color HEX #FDB9B9 Your Pink

📋 copy color: '#FDB9B9'

red 253 ◦ green 185 ◦ blue 185

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

Shades of Your Pink #FDB9B9

Tints of Your Pink #FDB9B9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.7%

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

R = 40.61%
G = 29.7%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDB9B9 (or 0xFDB9B9) is known color: Your Pink. HEX triplet: FD, B9 and B9. RGB value is (253,185,185). Sum of RGB (Red+Green+Blue) = 253+185+185=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B9 is #024646. Grayscale: #CDCDCD. Windows color (decimal): -149063 or 12171773. OLE color: 12171773.

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

Color convert

RGB 253 185 185 -
CMYK 0 0.27 0.27 0.01
HSL 0.94% 0.86% -
HSV(B) 0.27% 0.99% -
XYZ 66.61 59.08 53.79 -
YUV 205.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 253 185 185 0 0.27 0.27 0.01 0 0.94 0.86
Hex FD B9 B9 0 1B 1B 1 0 5E 56
Octal 375 271 271 0 33 33 1 0 136 126
Binary 11111101 10111001 10111001 0 11011 11011 1 0 1011110 1010110

Color Harmonies of #FDB9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9B9

Black with #FDB9B9

Text Example


Text Example

White with #FDB9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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