Html Css Color HEX #FDA099 Rose Bud

📋 copy color: '#FDA099'

red 253 ◦ green 160 ◦ blue 153

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

Shades of Rose Bud #FDA099

Tints of Rose Bud #FDA099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.27%

 BLUE value IS 153 (60.16% from 255) = 27.03%

R = 44.7%
G = 28.27%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDA099 (or 0xFDA099) is known color: Rose Bud. HEX triplet: FD, A0 and 99. RGB value is (253,160,153). Sum of RGB (Red+Green+Blue) = 253+160+153=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA099 is #025F66. Grayscale: #BBBBBB. Windows color (decimal): -155495 or 10068221. OLE color: 10068221.

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

Color convert

RGB 253 160 153 -
CMYK 0 0.37 0.40 0.01
HSL 4.2º 0.96% 0.8% -
HSV(B) 4.2º 0.4% 0.99% -
XYZ 58.83 48.32 36.36 -
YUV 187.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 253 160 153 0 0.37 0.40 0.01 4.2 0.96 0.8
Hex FD A0 99 0 25 28 1 4 60 50
Octal 375 240 231 0 45 50 1 4 140 120
Binary 11111101 10100000 10011001 0 100101 101000 1 100 1100000 1010000

Color Harmonies of #FDA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA099

Black with #FDA099

Text Example


Text Example

White with #FDA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA099; }

 p { color: rgb(253,160,153); }

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

background-color css

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

 a { background-color: rgb(253,160,153); }

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

border-color css

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

 span { border-color: rgb(253,160,153); }

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