Html Css Color HEX #FDAEB9 Light Pink

📋 copy color: '#FDAEB9'

red 253 ◦ green 174 ◦ blue 185

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

Shades of Light Pink #FDAEB9

Tints of Light Pink #FDAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

 BLUE value IS 185 (72.66% from 255) = 30.23%

R = 41.34%
G = 28.43%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDAEB9 (or 0xFDAEB9) is known color: Light Pink. HEX triplet: FD, AE and B9. RGB value is (253,174,185). Sum of RGB (Red+Green+Blue) = 253+174+185=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEB9 is #025146. Grayscale: #C6C6C6. Windows color (decimal): -151879 or 12168957. OLE color: 12168957.

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

Color convert

RGB 253 174 185 -
CMYK 0 0.31 0.27 0.01
HSL 351.65º 0.95% 0.84% -
HSV(B) 351.65º 0.31% 0.99% -
XYZ 64.4 54.66 53.05 -
YUV 198.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 253 174 185 0 0.31 0.27 0.01 351.65 0.95 0.84
Hex FD AE B9 0 1F 1B 1 160 5F 54
Octal 375 256 271 0 37 33 1 540 137 124
Binary 11111101 10101110 10111001 0 11111 11011 1 101100000 1011111 1010100

Color Harmonies of #FDAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEB9

Black with #FDAEB9

Text Example


Text Example

White with #FDAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEB9; }

 p { color: rgb(253,174,185); }

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

background-color css

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

 a { background-color: rgb(253,174,185); }

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

border-color css

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

 span { border-color: rgb(253,174,185); }

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