Html Css Color HEX #FDB1B7 Light Pink

📋 copy color: '#FDB1B7'

red 253 ◦ green 177 ◦ blue 183

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

Shades of Light Pink #FDB1B7

Tints of Light Pink #FDB1B7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 41.27%
G = 28.87%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDB1B7 (or 0xFDB1B7) is known color: Light Pink. HEX triplet: FD, B1 and B7. RGB value is (253,177,183). Sum of RGB (Red+Green+Blue) = 253+177+183=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1B7 is #024E48. Grayscale: #C8C8C8. Windows color (decimal): -151113 or 12038653. OLE color: 12038653.

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

Color convert

RGB 253 177 183 -
CMYK 0 0.30 0.28 0.01
HSL 355.26º 0.95% 0.84% -
HSV(B) 355.26º 0.3% 0.99% -
XYZ 64.78 55.75 52.15 -
YUV 200.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 253 177 183 0 0.30 0.28 0.01 355.26 0.95 0.84
Hex FD B1 B7 0 1E 1C 1 163 5F 54
Octal 375 261 267 0 36 34 1 543 137 124
Binary 11111101 10110001 10110111 0 11110 11100 1 101100011 1011111 1010100

Color Harmonies of #FDB1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1B7

Black with #FDB1B7

Text Example


Text Example

White with #FDB1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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