Html Css Color HEX #FDB5BF Light Pink

📋 copy color: '#FDB5BF'

red 253 ◦ green 181 ◦ blue 191

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

Shades of Light Pink #FDB5BF

Tints of Light Pink #FDB5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.96%

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

R = 40.48%
G = 28.96%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB5BF (or 0xFDB5BF) is known color: Light Pink. HEX triplet: FD, B5 and BF. RGB value is (253,181,191). Sum of RGB (Red+Green+Blue) = 253+181+191=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5BF is #024A40. Grayscale: #CBCBCB. Windows color (decimal): -150081 or 12563965. OLE color: 12563965.

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

Color convert

RGB 253 181 191 -
CMYK 0 0.28 0.25 0.01
HSL 351.67º 0.95% 0.85% -
HSV(B) 351.67º 0.28% 0.99% -
XYZ 66.44 57.69 56.92 -
YUV 203.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 253 181 191 0 0.28 0.25 0.01 351.67 0.95 0.85
Hex FD B5 BF 0 1C 19 1 160 5F 55
Octal 375 265 277 0 34 31 1 540 137 125
Binary 11111101 10110101 10111111 0 11100 11001 1 101100000 1011111 1010101

Color Harmonies of #FDB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5BF

Black with #FDB5BF

Text Example


Text Example

White with #FDB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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