Html Css Color HEX #FDB0B5 Light Pink

📋 copy color: '#FDB0B5'

red 253 ◦ green 176 ◦ blue 181

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

Shades of Light Pink #FDB0B5

Tints of Light Pink #FDB0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.85%

 BLUE value IS 181 (71.09% from 255) = 29.67%

R = 41.48%
G = 28.85%
B = 29.67%

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

#FDB0B5 (or 0xFDB0B5) is known color: Light Pink. HEX triplet: FD, B0 and B5. RGB value is (253,176,181). Sum of RGB (Red+Green+Blue) = 253+176+181=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0B5 is #024F4A. Grayscale: #C7C7C7. Windows color (decimal): -151371 or 11907325. OLE color: 11907325.

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

Color convert

RGB 253 176 181 -
CMYK 0 0.30 0.28 0.01
HSL 356.1º 0.95% 0.84% -
HSV(B) 356.1º 0.3% 0.99% -
XYZ 64.37 55.27 50.99 -
YUV 199.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 253 176 181 0 0.30 0.28 0.01 356.1 0.95 0.84
Hex FD B0 B5 0 1E 1C 1 164 5F 54
Octal 375 260 265 0 36 34 1 544 137 124
Binary 11111101 10110000 10110101 0 11110 11100 1 101100100 1011111 1010100

Color Harmonies of #FDB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0B5

Black with #FDB0B5

Text Example


Text Example

White with #FDB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0B5; }

 p { color: rgb(253,176,181); }

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

background-color css

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

 a { background-color: rgb(253,176,181); }

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

border-color css

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

 span { border-color: rgb(253,176,181); }

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