Html Css Color HEX #FDA292 Rose Bud

📋 copy color: '#FDA292'

red 253 ◦ green 162 ◦ blue 146

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

Shades of Rose Bud #FDA292

Tints of Rose Bud #FDA292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.02%

R = 45.1%
G = 28.88%
B = 26.02%

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

#FDA292 (or 0xFDA292) is known color: Rose Bud. HEX triplet: FD, A2 and 92. RGB value is (253,162,146). Sum of RGB (Red+Green+Blue) = 253+162+146=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA292 is #025D6D. Grayscale: #BBBBBB. Windows color (decimal): -154990 or 9609981. OLE color: 9609981.

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

Color convert

RGB 253 162 146 -
CMYK 0 0.36 0.42 0.01
HSL 8.97º 0.96% 0.78% -
HSV(B) 8.97º 0.42% 0.99% -
XYZ 58.62 48.8 33.52 -
YUV 187.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 253 162 146 0 0.36 0.42 0.01 8.97 0.96 0.78
Hex FD A2 92 0 24 2A 1 9 60 4E
Octal 375 242 222 0 44 52 1 11 140 116
Binary 11111101 10100010 10010010 0 100100 101010 1 1001 1100000 1001110

Color Harmonies of #FDA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA292

Black with #FDA292

Text Example


Text Example

White with #FDA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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