Html Css Color HEX #FDB6BB Light Pink

📋 copy color: '#FDB6BB'

red 253 ◦ green 182 ◦ blue 187

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

Shades of Light Pink #FDB6BB

Tints of Light Pink #FDB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

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

R = 40.68%
G = 29.26%
B = 30.06%

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

#FDB6BB (or 0xFDB6BB) is known color: Light Pink. HEX triplet: FD, B6 and BB. RGB value is (253,182,187). Sum of RGB (Red+Green+Blue) = 253+182+187=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6BB is #024944. Grayscale: #CBCBCB. Windows color (decimal): -149829 or 12302077. OLE color: 12302077.

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

Color convert

RGB 253 182 187 -
CMYK 0 0.28 0.26 0.01
HSL 355.77º 0.95% 0.85% -
HSV(B) 355.77º 0.28% 0.99% -
XYZ 66.21 57.93 54.71 -
YUV 203.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 253 182 187 0 0.28 0.26 0.01 355.77 0.95 0.85
Hex FD B6 BB 0 1C 1A 1 164 5F 55
Octal 375 266 273 0 34 32 1 544 137 125
Binary 11111101 10110110 10111011 0 11100 11010 1 101100100 1011111 1010101

Color Harmonies of #FDB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6BB

Black with #FDB6BB

Text Example


Text Example

White with #FDB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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