Html Css Color HEX #FDB4BB Light Pink

📋 copy color: '#FDB4BB'

red 253 ◦ green 180 ◦ blue 187

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

Shades of Light Pink #FDB4BB

Tints of Light Pink #FDB4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.16%

R = 40.81%
G = 29.03%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB4BB (or 0xFDB4BB) is known color: Light Pink. HEX triplet: FD, B4 and BB. RGB value is (253,180,187). Sum of RGB (Red+Green+Blue) = 253+180+187=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BB is #024B44. Grayscale: #CACACA. Windows color (decimal): -150341 or 12301565. OLE color: 12301565.

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

Color convert

RGB 253 180 187 -
CMYK 0 0.29 0.26 0.01
HSL 354.25º 0.95% 0.85% -
HSV(B) 354.25º 0.29% 0.99% -
XYZ 65.8 57.11 54.57 -
YUV 202.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 253 180 187 0 0.29 0.26 0.01 354.25 0.95 0.85
Hex FD B4 BB 0 1D 1A 1 162 5F 55
Octal 375 264 273 0 35 32 1 542 137 125
Binary 11111101 10110100 10111011 0 11101 11010 1 101100010 1011111 1010101

Color Harmonies of #FDB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4BB

Black with #FDB4BB

Text Example


Text Example

White with #FDB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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