Html Css Color HEX #FDAA8E Rose Bud

📋 copy color: '#FDAA8E'

red 253 ◦ green 170 ◦ blue 142

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

Shades of Rose Bud #FDAA8E

Tints of Rose Bud #FDAA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.13%

R = 44.78%
G = 30.09%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDAA8E (or 0xFDAA8E) is known color: Rose Bud. HEX triplet: FD, AA and 8E. RGB value is (253,170,142). Sum of RGB (Red+Green+Blue) = 253+170+142=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA8E is #025571. Grayscale: #BFBFBF. Windows color (decimal): -152946 or 9349885. OLE color: 9349885.

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

Color convert

RGB 253 170 142 -
CMYK 0 0.33 0.44 0.01
HSL 15.14º 0.97% 0.77% -
HSV(B) 15.14º 0.44% 0.99% -
XYZ 59.77 51.59 32.4 -
YUV 191.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 253 170 142 0 0.33 0.44 0.01 15.14 0.97 0.77
Hex FD AA 8E 0 21 2C 1 F 61 4D
Octal 375 252 216 0 41 54 1 17 141 115
Binary 11111101 10101010 10001110 0 100001 101100 1 1111 1100001 1001101

Color Harmonies of #FDAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA8E

Black with #FDAA8E

Text Example


Text Example

White with #FDAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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