Html Css Color HEX #FDA094 Rose Bud

📋 copy color: '#FDA094'

red 253 ◦ green 160 ◦ blue 148

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

Shades of Rose Bud #FDA094

Tints of Rose Bud #FDA094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.38%

R = 45.1%
G = 28.52%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA094 (or 0xFDA094) is known color: Rose Bud. HEX triplet: FD, A0 and 94. RGB value is (253,160,148). Sum of RGB (Red+Green+Blue) = 253+160+148=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA094 is #025F6B. Grayscale: #BABABA. Windows color (decimal): -155500 or 9740541. OLE color: 9740541.

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

Color convert

RGB 253 160 148 -
CMYK 0 0.37 0.42 0.01
HSL 6.86º 0.96% 0.79% -
HSV(B) 6.86º 0.42% 0.99% -
XYZ 58.42 48.16 34.23 -
YUV 186.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 253 160 148 0 0.37 0.42 0.01 6.86 0.96 0.79
Hex FD A0 94 0 25 2A 1 7 60 4F
Octal 375 240 224 0 45 52 1 7 140 117
Binary 11111101 10100000 10010100 0 100101 101010 1 111 1100000 1001111

Color Harmonies of #FDA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA094

Black with #FDA094

Text Example


Text Example

White with #FDA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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