Html Css Color HEX #FDAA8D Rose Bud

📋 copy color: '#FDAA8D'

red 253 ◦ green 170 ◦ blue 141

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

Shades of Rose Bud #FDAA8D

Tints of Rose Bud #FDAA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25%

R = 44.86%
G = 30.14%
B = 25%

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

#FDAA8D (or 0xFDAA8D) is known color: Rose Bud. HEX triplet: FD, AA and 8D. RGB value is (253,170,141). Sum of RGB (Red+Green+Blue) = 253+170+141=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA8D is #025572. Grayscale: #BFBFBF. Windows color (decimal): -152947 or 9284349. OLE color: 9284349.

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

Color convert

RGB 253 170 141 -
CMYK 0 0.33 0.44 0.01
HSL 15.54º 0.97% 0.77% -
HSV(B) 15.54º 0.44% 0.99% -
XYZ 59.69 51.56 32 -
YUV 191.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 253 170 141 0 0.33 0.44 0.01 15.54 0.97 0.77
Hex FD AA 8D 0 21 2C 1 10 61 4D
Octal 375 252 215 0 41 54 1 20 141 115
Binary 11111101 10101010 10001101 0 100001 101100 1 10000 1100001 1001101

Color Harmonies of #FDAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA8D

Black with #FDAA8D

Text Example


Text Example

White with #FDAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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