Html Css Color HEX #FDA894 Rose Bud

📋 copy color: '#FDA894'

red 253 ◦ green 168 ◦ blue 148

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

Shades of Rose Bud #FDA894

Tints of Rose Bud #FDA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.53%

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

R = 44.46%
G = 29.53%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDA894 (or 0xFDA894) is known color: Rose Bud. HEX triplet: FD, A8 and 94. RGB value is (253,168,148). Sum of RGB (Red+Green+Blue) = 253+168+148=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA894 is #02576B. Grayscale: #BFBFBF. Windows color (decimal): -153452 or 9742589. OLE color: 9742589.

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

Color convert

RGB 253 168 148 -
CMYK 0 0.34 0.42 0.01
HSL 11.43º 0.96% 0.79% -
HSV(B) 11.43º 0.42% 0.99% -
XYZ 59.86 51.03 34.71 -
YUV 191.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 253 168 148 0 0.34 0.42 0.01 11.43 0.96 0.79
Hex FD A8 94 0 22 2A 1 B 60 4F
Octal 375 250 224 0 42 52 1 13 140 117
Binary 11111101 10101000 10010100 0 100010 101010 1 1011 1100000 1001111

Color Harmonies of #FDA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA894

Black with #FDA894

Text Example


Text Example

White with #FDA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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