Html Css Color HEX #FDB1BE Light Pink

📋 copy color: '#FDB1BE'

red 253 ◦ green 177 ◦ blue 190

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

Shades of Light Pink #FDB1BE

Tints of Light Pink #FDB1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.65%

R = 40.81%
G = 28.55%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDB1BE (or 0xFDB1BE) is known color: Light Pink. HEX triplet: FD, B1 and BE. RGB value is (253,177,190). Sum of RGB (Red+Green+Blue) = 253+177+190=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1BE is #024E41. Grayscale: #C9C9C9. Windows color (decimal): -151106 or 12497405. OLE color: 12497405.

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

Color convert

RGB 253 177 190 -
CMYK 0 0.30 0.25 0.01
HSL 349.74º 0.95% 0.84% -
HSV(B) 349.74º 0.3% 0.99% -
XYZ 65.52 56.04 56.08 -
YUV 201.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 253 177 190 0 0.30 0.25 0.01 349.74 0.95 0.84
Hex FD B1 BE 0 1E 19 1 15E 5F 54
Octal 375 261 276 0 36 31 1 536 137 124
Binary 11111101 10110001 10111110 0 11110 11001 1 101011110 1011111 1010100

Color Harmonies of #FDB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1BE

Black with #FDB1BE

Text Example


Text Example

White with #FDB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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