Html Css Color HEX #FDA394 Rose Bud

📋 copy color: '#FDA394'

red 253 ◦ green 163 ◦ blue 148

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

Shades of Rose Bud #FDA394

Tints of Rose Bud #FDA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.9%

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

R = 44.86%
G = 28.9%
B = 26.24%

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

#FDA394 (or 0xFDA394) is known color: Rose Bud. HEX triplet: FD, A3 and 94. RGB value is (253,163,148). Sum of RGB (Red+Green+Blue) = 253+163+148=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA394 is #025C6B. Grayscale: #BCBCBC. Windows color (decimal): -154732 or 9741309. OLE color: 9741309.

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

Color convert

RGB 253 163 148 -
CMYK 0 0.36 0.42 0.01
HSL 8.57º 0.96% 0.79% -
HSV(B) 8.57º 0.42% 0.99% -
XYZ 58.95 49.22 34.41 -
YUV 188.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 253 163 148 0 0.36 0.42 0.01 8.57 0.96 0.79
Hex FD A3 94 0 24 2A 1 9 60 4F
Octal 375 243 224 0 44 52 1 11 140 117
Binary 11111101 10100011 10010100 0 100100 101010 1 1001 1100000 1001111

Color Harmonies of #FDA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA394

Black with #FDA394

Text Example


Text Example

White with #FDA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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