Html Css Color HEX #FDABB3 Light Pink

📋 copy color: '#FDABB3'

red 253 ◦ green 171 ◦ blue 179

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

Shades of Light Pink #FDABB3

Tints of Light Pink #FDABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.68%

R = 41.96%
G = 28.36%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDABB3 (or 0xFDABB3) is known color: Light Pink. HEX triplet: FD, AB and B3. RGB value is (253,171,179). Sum of RGB (Red+Green+Blue) = 253+171+179=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB3 is #02544C. Grayscale: #C4C4C4. Windows color (decimal): -152653 or 11774973. OLE color: 11774973.

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

Color convert

RGB 253 171 179 -
CMYK 0 0.32 0.29 0.01
HSL 354.15º 0.95% 0.83% -
HSV(B) 354.15º 0.32% 0.99% -
XYZ 63.21 53.26 49.6 -
YUV 196.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 253 171 179 0 0.32 0.29 0.01 354.15 0.95 0.83
Hex FD AB B3 0 20 1D 1 162 5F 53
Octal 375 253 263 0 40 35 1 542 137 123
Binary 11111101 10101011 10110011 0 100000 11101 1 101100010 1011111 1010011

Color Harmonies of #FDABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABB3

Black with #FDABB3

Text Example


Text Example

White with #FDABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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