Html Css Color HEX #FDAA8A Rose Bud

📋 copy color: '#FDAA8A'

red 253 ◦ green 170 ◦ blue 138

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

Shades of Rose Bud #FDAA8A

Tints of Rose Bud #FDAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.6%

R = 45.1%
G = 30.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDAA8A (or 0xFDAA8A) is known color: Rose Bud. HEX triplet: FD, AA and 8A. RGB value is (253,170,138). Sum of RGB (Red+Green+Blue) = 253+170+138=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA8A is #025575. Grayscale: #BFBFBF. Windows color (decimal): -152950 or 9087741. OLE color: 9087741.

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

Color convert

RGB 253 170 138 -
CMYK 0 0.33 0.45 0.01
HSL 16.7º 0.97% 0.77% -
HSV(B) 16.7º 0.45% 0.99% -
XYZ 59.47 51.47 30.84 -
YUV 191.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 253 170 138 0 0.33 0.45 0.01 16.7 0.97 0.77
Hex FD AA 8A 0 21 2D 1 11 61 4D
Octal 375 252 212 0 41 55 1 21 141 115
Binary 11111101 10101010 10001010 0 100001 101101 1 10001 1100001 1001101

Color Harmonies of #FDAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA8A

Black with #FDAA8A

Text Example


Text Example

White with #FDAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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