Html Css Color HEX #FDAD90 Rose Bud

📋 copy color: '#FDAD90'

red 253 ◦ green 173 ◦ blue 144

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

Shades of Rose Bud #FDAD90

Tints of Rose Bud #FDAD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 44.39%
G = 30.35%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDAD90 (or 0xFDAD90) is known color: Rose Bud. HEX triplet: FD, AD and 90. RGB value is (253,173,144). Sum of RGB (Red+Green+Blue) = 253+173+144=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD90 is #02526F. Grayscale: #C1C1C1. Windows color (decimal): -152176 or 9481725. OLE color: 9481725.

HSL color Cylindrical-coordinate representation of color #FDAD90: hue angle of 15.96º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDAD90 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 173 144 -
CMYK 0 0.32 0.43 0.01
HSL 15.96º 0.96% 0.78% -
HSV(B) 15.96º 0.43% 0.99% -
XYZ 60.49 52.78 33.39 -
YUV 193.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 253 173 144 0 0.32 0.43 0.01 15.96 0.96 0.78
Hex FD AD 90 0 20 2B 1 10 60 4E
Octal 375 255 220 0 40 53 1 20 140 116
Binary 11111101 10101101 10010000 0 100000 101011 1 10000 1100000 1001110

Color Harmonies of #FDAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD90

Black with #FDAD90

Text Example


Text Example

White with #FDAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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