Html Css Color HEX #FDB3B5 Light Pink

📋 copy color: '#FDB3B5'

red 253 ◦ green 179 ◦ blue 181

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

Shades of Light Pink #FDB3B5

Tints of Light Pink #FDB3B5

RGB

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

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

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

R = 41.27%
G = 29.2%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDB3B5 (or 0xFDB3B5) is known color: Light Pink. HEX triplet: FD, B3 and B5. RGB value is (253,179,181). Sum of RGB (Red+Green+Blue) = 253+179+181=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3B5 is #024C4A. Grayscale: #C9C9C9. Windows color (decimal): -150603 or 11908093. OLE color: 11908093.

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

Color convert

RGB 253 179 181 -
CMYK 0 0.29 0.28 0.01
HSL 358.38º 0.95% 0.85% -
HSV(B) 358.38º 0.29% 0.99% -
XYZ 64.97 56.46 51.19 -
YUV 201.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 253 179 181 0 0.29 0.28 0.01 358.38 0.95 0.85
Hex FD B3 B5 0 1D 1C 1 166 5F 55
Octal 375 263 265 0 35 34 1 546 137 125
Binary 11111101 10110011 10110101 0 11101 11100 1 101100110 1011111 1010101

Color Harmonies of #FDB3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3B5

Black with #FDB3B5

Text Example


Text Example

White with #FDB3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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