Html Css Color HEX #FDABAC Light Pink

📋 copy color: '#FDABAC'

red 253 ◦ green 171 ◦ blue 172

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

Shades of Light Pink #FDABAC

Tints of Light Pink #FDABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.86%

R = 42.45%
G = 28.69%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDABAC (or 0xFDABAC) is known color: Light Pink. HEX triplet: FD, AB and AC. RGB value is (253,171,172). Sum of RGB (Red+Green+Blue) = 253+171+172=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABAC is #025453. Grayscale: #C3C3C3. Windows color (decimal): -152660 or 11316221. OLE color: 11316221.

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

Color convert

RGB 253 171 172 -
CMYK 0 0.32 0.32 0.01
HSL 359.27º 0.95% 0.83% -
HSV(B) 359.27º 0.32% 0.99% -
XYZ 62.52 52.99 45.96 -
YUV 195.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 253 171 172 0 0.32 0.32 0.01 359.27 0.95 0.83
Hex FD AB AC 0 20 20 1 167 5F 53
Octal 375 253 254 0 40 40 1 547 137 123
Binary 11111101 10101011 10101100 0 100000 100000 1 101100111 1011111 1010011

Color Harmonies of #FDABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABAC

Black with #FDABAC

Text Example


Text Example

White with #FDABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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