Html Css Color HEX #FDB1BB Light Pink

📋 copy color: '#FDB1BB'

red 253 ◦ green 177 ◦ blue 187

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

Shades of Light Pink #FDB1BB

Tints of Light Pink #FDB1BB

RGB

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

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

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

R = 41%
G = 28.69%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDB1BB (or 0xFDB1BB) is known color: Light Pink. HEX triplet: FD, B1 and BB. RGB value is (253,177,187). Sum of RGB (Red+Green+Blue) = 253+177+187=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1BB is #024E44. Grayscale: #C8C8C8. Windows color (decimal): -151109 or 12300797. OLE color: 12300797.

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

Color convert

RGB 253 177 187 -
CMYK 0 0.30 0.26 0.01
HSL 352.11º 0.95% 0.84% -
HSV(B) 352.11º 0.3% 0.99% -
XYZ 65.2 55.91 54.37 -
YUV 200.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 253 177 187 0 0.30 0.26 0.01 352.11 0.95 0.84
Hex FD B1 BB 0 1E 1A 1 160 5F 54
Octal 375 261 273 0 36 32 1 540 137 124
Binary 11111101 10110001 10111011 0 11110 11010 1 101100000 1011111 1010100

Color Harmonies of #FDB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1BB

Black with #FDB1BB

Text Example


Text Example

White with #FDB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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