Html Css Color HEX #FDA294 Rose Bud

📋 copy color: '#FDA294'

red 253 ◦ green 162 ◦ blue 148

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

Shades of Rose Bud #FDA294

Tints of Rose Bud #FDA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.77%

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

R = 44.94%
G = 28.77%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA294 (or 0xFDA294) is known color: Rose Bud. HEX triplet: FD, A2 and 94. RGB value is (253,162,148). Sum of RGB (Red+Green+Blue) = 253+162+148=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA294 is #025D6B. Grayscale: #BBBBBB. Windows color (decimal): -154988 or 9741053. OLE color: 9741053.

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

Color convert

RGB 253 162 148 -
CMYK 0 0.36 0.42 0.01
HSL 0.96% 0.79% -
HSV(B) 0.42% 0.99% -
XYZ 58.77 48.86 34.35 -
YUV 187.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 253 162 148 0 0.36 0.42 0.01 8 0.96 0.79
Hex FD A2 94 0 24 2A 1 8 60 4F
Octal 375 242 224 0 44 52 1 10 140 117
Binary 11111101 10100010 10010100 0 100100 101010 1 1000 1100000 1001111

Color Harmonies of #FDA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA294

Black with #FDA294

Text Example


Text Example

White with #FDA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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