Html Css Color HEX #FDB4BF Light Pink

📋 copy color: '#FDB4BF'

red 253 ◦ green 180 ◦ blue 191

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

Shades of Light Pink #FDB4BF

Tints of Light Pink #FDB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

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

R = 40.54%
G = 28.85%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB4BF (or 0xFDB4BF) is known color: Light Pink. HEX triplet: FD, B4 and BF. RGB value is (253,180,191). Sum of RGB (Red+Green+Blue) = 253+180+191=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BF is #024B40. Grayscale: #CBCBCB. Windows color (decimal): -150337 or 12563709. OLE color: 12563709.

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

Color convert

RGB 253 180 191 -
CMYK 0 0.29 0.25 0.01
HSL 350.96º 0.95% 0.85% -
HSV(B) 350.96º 0.29% 0.99% -
XYZ 66.23 57.29 56.86 -
YUV 203.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 253 180 191 0 0.29 0.25 0.01 350.96 0.95 0.85
Hex FD B4 BF 0 1D 19 1 15F 5F 55
Octal 375 264 277 0 35 31 1 537 137 125
Binary 11111101 10110100 10111111 0 11101 11001 1 101011111 1011111 1010101

Color Harmonies of #FDB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4BF

Black with #FDB4BF

Text Example


Text Example

White with #FDB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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