Html Css Color HEX #FDAD99 Rose Bud

📋 copy color: '#FDAD99'

red 253 ◦ green 173 ◦ blue 153

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

Shades of Rose Bud #FDAD99

Tints of Rose Bud #FDAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.88%

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

R = 43.7%
G = 29.88%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDAD99 (or 0xFDAD99) is known color: Rose Bud. HEX triplet: FD, AD and 99. RGB value is (253,173,153). Sum of RGB (Red+Green+Blue) = 253+173+153=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD99 is #025266. Grayscale: #C2C2C2. Windows color (decimal): -152167 or 10071549. OLE color: 10071549.

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

Color convert

RGB 253 173 153 -
CMYK 0 0.32 0.40 0.01
HSL 12º 0.96% 0.8% -
HSV(B) 12º 0.4% 0.99% -
XYZ 61.2 53.07 37.15 -
YUV 194.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 253 173 153 0 0.32 0.40 0.01 12 0.96 0.8
Hex FD AD 99 0 20 28 1 C 60 50
Octal 375 255 231 0 40 50 1 14 140 120
Binary 11111101 10101101 10011001 0 100000 101000 1 1100 1100000 1010000

Color Harmonies of #FDAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD99

Black with #FDAD99

Text Example


Text Example

White with #FDAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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