Html Css Color HEX #FDB7BB Light Pink

📋 copy color: '#FDB7BB'

red 253 ◦ green 183 ◦ blue 187

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

Shades of Light Pink #FDB7BB

Tints of Light Pink #FDB7BB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

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

R = 40.61%
G = 29.37%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB7BB (or 0xFDB7BB) is known color: Light Pink. HEX triplet: FD, B7 and BB. RGB value is (253,183,187). Sum of RGB (Red+Green+Blue) = 253+183+187=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7BB is #024844. Grayscale: #CCCCCC. Windows color (decimal): -149573 or 12302333. OLE color: 12302333.

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

Color convert

RGB 253 183 187 -
CMYK 0 0.28 0.26 0.01
HSL 356.57º 0.95% 0.85% -
HSV(B) 356.57º 0.28% 0.99% -
XYZ 66.41 58.34 54.77 -
YUV 204.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 253 183 187 0 0.28 0.26 0.01 356.57 0.95 0.85
Hex FD B7 BB 0 1C 1A 1 165 5F 55
Octal 375 267 273 0 34 32 1 545 137 125
Binary 11111101 10110111 10111011 0 11100 11010 1 101100101 1011111 1010101

Color Harmonies of #FDB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7BB

Black with #FDB7BB

Text Example


Text Example

White with #FDB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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