Html Css Color HEX #FDAA9B Rose Bud

📋 copy color: '#FDAA9B'

red 253 ◦ green 170 ◦ blue 155

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

Shades of Rose Bud #FDAA9B

Tints of Rose Bud #FDAA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.82%

R = 43.77%
G = 29.41%
B = 26.82%

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

#FDAA9B (or 0xFDAA9B) is known color: Rose Bud. HEX triplet: FD, AA and 9B. RGB value is (253,170,155). Sum of RGB (Red+Green+Blue) = 253+170+155=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA9B is #025564. Grayscale: #C1C1C1. Windows color (decimal): -152933 or 10201853. OLE color: 10201853.

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

Color convert

RGB 253 170 155 -
CMYK 0 0.33 0.39 0.01
HSL 9.18º 0.96% 0.8% -
HSV(B) 9.18º 0.39% 0.99% -
XYZ 60.8 52 37.84 -
YUV 193.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 253 170 155 0 0.33 0.39 0.01 9.18 0.96 0.8
Hex FD AA 9B 0 21 27 1 9 60 50
Octal 375 252 233 0 41 47 1 11 140 120
Binary 11111101 10101010 10011011 0 100001 100111 1 1001 1100000 1010000

Color Harmonies of #FDAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA9B

Black with #FDAA9B

Text Example


Text Example

White with #FDAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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