Html Css Color HEX #FDB0B4 Light Pink

📋 copy color: '#FDB0B4'

red 253 ◦ green 176 ◦ blue 180

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

Shades of Light Pink #FDB0B4

Tints of Light Pink #FDB0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.56%

R = 41.54%
G = 28.9%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDB0B4 (or 0xFDB0B4) is known color: Light Pink. HEX triplet: FD, B0 and B4. RGB value is (253,176,180). Sum of RGB (Red+Green+Blue) = 253+176+180=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0B4 is #024F4B. Grayscale: #C7C7C7. Windows color (decimal): -151372 or 11841789. OLE color: 11841789.

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

Color convert

RGB 253 176 180 -
CMYK 0 0.30 0.29 0.01
HSL 356.88º 0.95% 0.84% -
HSV(B) 356.88º 0.3% 0.99% -
XYZ 64.27 55.23 50.45 -
YUV 199.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 253 176 180 0 0.30 0.29 0.01 356.88 0.95 0.84
Hex FD B0 B4 0 1E 1D 1 165 5F 54
Octal 375 260 264 0 36 35 1 545 137 124
Binary 11111101 10110000 10110100 0 11110 11101 1 101100101 1011111 1010100

Color Harmonies of #FDB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0B4

Black with #FDB0B4

Text Example


Text Example

White with #FDB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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