Html Css Color HEX #FDB9BF Light Pink

📋 copy color: '#FDB9BF'

red 253 ◦ green 185 ◦ blue 191

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

Shades of Light Pink #FDB9BF

Tints of Light Pink #FDB9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.37%

R = 40.22%
G = 29.41%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB9BF (or 0xFDB9BF) is known color: Light Pink. HEX triplet: FD, B9 and BF. RGB value is (253,185,191). Sum of RGB (Red+Green+Blue) = 253+185+191=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9BF is #024640. Grayscale: #CECECE. Windows color (decimal): -149057 or 12564989. OLE color: 12564989.

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

Color convert

RGB 253 185 191 -
CMYK 0 0.27 0.25 0.01
HSL 354.71º 0.94% 0.86% -
HSV(B) 354.71º 0.27% 0.99% -
XYZ 67.26 59.34 57.2 -
YUV 206.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 253 185 191 0 0.27 0.25 0.01 354.71 0.94 0.86
Hex FD B9 BF 0 1B 19 1 163 5E 56
Octal 375 271 277 0 33 31 1 543 136 126
Binary 11111101 10111001 10111111 0 11011 11001 1 101100011 1011110 1010110

Color Harmonies of #FDB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9BF

Black with #FDB9BF

Text Example


Text Example

White with #FDB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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