Html Css Color HEX #FDABB5 Light Pink

📋 copy color: '#FDABB5'

red 253 ◦ green 171 ◦ blue 181

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

Shades of Light Pink #FDABB5

Tints of Light Pink #FDABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.26%

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

R = 41.82%
G = 28.26%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDABB5 (or 0xFDABB5) is known color: Light Pink. HEX triplet: FD, AB and B5. RGB value is (253,171,181). Sum of RGB (Red+Green+Blue) = 253+171+181=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB5 is #02544A. Grayscale: #C4C4C4. Windows color (decimal): -152651 or 11906045. OLE color: 11906045.

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

Color convert

RGB 253 171 181 -
CMYK 0 0.32 0.28 0.01
HSL 352.68º 0.95% 0.83% -
HSV(B) 352.68º 0.32% 0.99% -
XYZ 63.41 53.34 50.67 -
YUV 196.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 253 171 181 0 0.32 0.28 0.01 352.68 0.95 0.83
Hex FD AB B5 0 20 1C 1 161 5F 53
Octal 375 253 265 0 40 34 1 541 137 123
Binary 11111101 10101011 10110101 0 100000 11100 1 101100001 1011111 1010011

Color Harmonies of #FDABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABB5

Black with #FDABB5

Text Example


Text Example

White with #FDABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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