Html Css Color HEX #FDB3B4 Light Pink

📋 copy color: '#FDB3B4'

red 253 ◦ green 179 ◦ blue 180

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

Shades of Light Pink #FDB3B4

Tints of Light Pink #FDB3B4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.25%

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

R = 41.34%
G = 29.25%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDB3B4 (or 0xFDB3B4) is known color: Light Pink. HEX triplet: FD, B3 and B4. RGB value is (253,179,180). Sum of RGB (Red+Green+Blue) = 253+179+180=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3B4 is #024C4B. Grayscale: #C9C9C9. Windows color (decimal): -150604 or 11842557. OLE color: 11842557.

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

Color convert

RGB 253 179 180 -
CMYK 0 0.29 0.29 0.01
HSL 359.19º 0.95% 0.85% -
HSV(B) 359.19º 0.29% 0.99% -
XYZ 64.87 56.42 50.65 -
YUV 201.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 253 179 180 0 0.29 0.29 0.01 359.19 0.95 0.85
Hex FD B3 B4 0 1D 1D 1 167 5F 55
Octal 375 263 264 0 35 35 1 547 137 125
Binary 11111101 10110011 10110100 0 11101 11101 1 101100111 1011111 1010101

Color Harmonies of #FDB3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3B4

Black with #FDB3B4

Text Example


Text Example

White with #FDB3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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