Html Css Color HEX #FDA09E Rose Bud

📋 copy color: '#FDA09E'

red 253 ◦ green 160 ◦ blue 158

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

Shades of Rose Bud #FDA09E

Tints of Rose Bud #FDA09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.67%

R = 44.31%
G = 28.02%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDA09E (or 0xFDA09E) is known color: Rose Bud. HEX triplet: FD, A0 and 9E. RGB value is (253,160,158). Sum of RGB (Red+Green+Blue) = 253+160+158=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA09E is #025F61. Grayscale: #BBBBBB. Windows color (decimal): -155490 or 10395901. OLE color: 10395901.

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

Color convert

RGB 253 160 158 -
CMYK 0 0.37 0.38 0.01
HSL 1.26º 0.96% 0.81% -
HSV(B) 1.26º 0.38% 0.99% -
XYZ 59.25 48.49 38.58 -
YUV 187.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 253 160 158 0 0.37 0.38 0.01 1.26 0.96 0.81
Hex FD A0 9E 0 25 26 1 1 60 51
Octal 375 240 236 0 45 46 1 1 140 121
Binary 11111101 10100000 10011110 0 100101 100110 1 1 1100000 1010001

Color Harmonies of #FDA09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA09E

Black with #FDA09E

Text Example


Text Example

White with #FDA09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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