Html Css Color HEX #FDAABB Light Pink

📋 copy color: '#FDAABB'

red 253 ◦ green 170 ◦ blue 187

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

Shades of Light Pink #FDAABB

Tints of Light Pink #FDAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.87%

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 41.48%
G = 27.87%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDAABB (or 0xFDAABB) is known color: Light Pink. HEX triplet: FD, AA and BB. RGB value is (253,170,187). Sum of RGB (Red+Green+Blue) = 253+170+187=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAABB is #025544. Grayscale: #C4C4C4. Windows color (decimal): -152901 or 12299005. OLE color: 12299005.

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

Color convert

RGB 253 170 187 -
CMYK 0 0.33 0.26 0.01
HSL 347.71º 0.95% 0.83% -
HSV(B) 347.71º 0.33% 0.99% -
XYZ 63.85 53.22 53.92 -
YUV 196.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 253 170 187 0 0.33 0.26 0.01 347.71 0.95 0.83
Hex FD AA BB 0 21 1A 1 15C 5F 53
Octal 375 252 273 0 41 32 1 534 137 123
Binary 11111101 10101010 10111011 0 100001 11010 1 101011100 1011111 1010011

Color Harmonies of #FDAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAABB

Black with #FDAABB

Text Example


Text Example

White with #FDAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAABB; }

 p { color: rgb(253,170,187); }

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

background-color css

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

 a { background-color: rgb(253,170,187); }

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

border-color css

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

 span { border-color: rgb(253,170,187); }

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