Html Css Color HEX #FDAA9E Rose Bud

📋 copy color: '#FDAA9E'

red 253 ◦ green 170 ◦ blue 158

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

Shades of Rose Bud #FDAA9E

Tints of Rose Bud #FDAA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 43.55%
G = 29.26%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDAA9E (or 0xFDAA9E) is known color: Rose Bud. HEX triplet: FD, AA and 9E. RGB value is (253,170,158). Sum of RGB (Red+Green+Blue) = 253+170+158=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA9E is #025561. Grayscale: #C1C1C1. Windows color (decimal): -152930 or 10398461. OLE color: 10398461.

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

Color convert

RGB 253 170 158 -
CMYK 0 0.33 0.38 0.01
HSL 7.58º 0.96% 0.81% -
HSV(B) 7.58º 0.38% 0.99% -
XYZ 61.05 52.1 39.19 -
YUV 193.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 253 170 158 0 0.33 0.38 0.01 7.58 0.96 0.81
Hex FD AA 9E 0 21 26 1 8 60 51
Octal 375 252 236 0 41 46 1 10 140 121
Binary 11111101 10101010 10011110 0 100001 100110 1 1000 1100000 1010001

Color Harmonies of #FDAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA9E

Black with #FDAA9E

Text Example


Text Example

White with #FDAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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