Html Css Color HEX #FDAA9A Rose Bud

📋 copy color: '#FDAA9A'

red 253 ◦ green 170 ◦ blue 154

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

Shades of Rose Bud #FDAA9A

Tints of Rose Bud #FDAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.69%

R = 43.85%
G = 29.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDAA9A (or 0xFDAA9A) is known color: Rose Bud. HEX triplet: FD, AA and 9A. RGB value is (253,170,154). Sum of RGB (Red+Green+Blue) = 253+170+154=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA9A is #025565. Grayscale: #C1C1C1. Windows color (decimal): -152934 or 10136317. OLE color: 10136317.

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

Color convert

RGB 253 170 154 -
CMYK 0 0.33 0.39 0.01
HSL 9.7º 0.96% 0.8% -
HSV(B) 9.7º 0.39% 0.99% -
XYZ 60.72 51.97 37.4 -
YUV 192.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 253 170 154 0 0.33 0.39 0.01 9.7 0.96 0.8
Hex FD AA 9A 0 21 27 1 A 60 50
Octal 375 252 232 0 41 47 1 12 140 120
Binary 11111101 10101010 10011010 0 100001 100111 1 1010 1100000 1010000

Color Harmonies of #FDAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA9A

Black with #FDAA9A

Text Example


Text Example

White with #FDAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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