Html Css Color HEX #FDABBD Light Pink

📋 copy color: '#FDABBD'

red 253 ◦ green 171 ◦ blue 189

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

Shades of Light Pink #FDABBD

Tints of Light Pink #FDABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 41.27%
G = 27.9%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDABBD (or 0xFDABBD) is known color: Light Pink. HEX triplet: FD, AB and BD. RGB value is (253,171,189). Sum of RGB (Red+Green+Blue) = 253+171+189=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBD is #025442. Grayscale: #C5C5C5. Windows color (decimal): -152643 or 12430333. OLE color: 12430333.

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

Color convert

RGB 253 171 189 -
CMYK 0 0.32 0.25 0.01
HSL 346.83º 0.95% 0.83% -
HSV(B) 346.83º 0.32% 0.99% -
XYZ 64.26 53.68 55.12 -
YUV 197.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 253 171 189 0 0.32 0.25 0.01 346.83 0.95 0.83
Hex FD AB BD 0 20 19 1 15B 5F 53
Octal 375 253 275 0 40 31 1 533 137 123
Binary 11111101 10101011 10111101 0 100000 11001 1 101011011 1011111 1010011

Color Harmonies of #FDABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABBD

Black with #FDABBD

Text Example


Text Example

White with #FDABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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