Html Css Color HEX #FDA99B Rose Bud

📋 copy color: '#FDA99B'

red 253 ◦ green 169 ◦ blue 155

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

Shades of Rose Bud #FDA99B

Tints of Rose Bud #FDA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.29%

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

R = 43.85%
G = 29.29%
B = 26.86%

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

#FDA99B (or 0xFDA99B) is known color: Rose Bud. HEX triplet: FD, A9 and 9B. RGB value is (253,169,155). Sum of RGB (Red+Green+Blue) = 253+169+155=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA99B is #025664. Grayscale: #C0C0C0. Windows color (decimal): -153189 or 10201597. OLE color: 10201597.

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

Color convert

RGB 253 169 155 -
CMYK 0 0.33 0.39 0.01
HSL 8.57º 0.96% 0.8% -
HSV(B) 8.57º 0.39% 0.99% -
XYZ 60.61 51.63 37.78 -
YUV 192.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 253 169 155 0 0.33 0.39 0.01 8.57 0.96 0.8
Hex FD A9 9B 0 21 27 1 9 60 50
Octal 375 251 233 0 41 47 1 11 140 120
Binary 11111101 10101001 10011011 0 100001 100111 1 1001 1100000 1010000

Color Harmonies of #FDA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA99B

Black with #FDA99B

Text Example


Text Example

White with #FDA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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