Html Css Color HEX #FEA692 Rose Bud

📋 copy color: '#FEA692'

red 254 ◦ green 166 ◦ blue 146

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

Shades of Rose Bud #FEA692

Tints of Rose Bud #FEA692

RGB

 RED value IS 254 (99.61% from 255) = 44.88%

 GREEN value IS 166 (65.23% from 255) = 29.33%

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

R = 44.88%
G = 29.33%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA692 (or 0xFEA692) is known color: Rose Bud. HEX triplet: FE, A6 and 92. RGB value is (254,166,146). Sum of RGB (Red+Green+Blue) = 254+166+146=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA692 is #01596D. Grayscale: #BEBEBE. Windows color (decimal): -88430 or 9611006. OLE color: 9611006.

HSL color Cylindrical-coordinate representation of color #FEA692: hue angle of 11.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEA692 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 146 -
CMYK 0 0.35 0.43 0.00
HSL 11.11º 0.98% 0.78% -
HSV(B) 11.11º 0.43% 1% -
XYZ 59.7 50.42 33.78 -
YUV 190.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 254 166 146 0 0.35 0.43 0.00 11.11 0.98 0.78
Hex FE A6 92 0 23 2B 0 B 62 4E
Octal 376 246 222 0 43 53 0 13 142 116
Binary 11111110 10100110 10010010 0 100011 101011 0 1011 1100010 1001110

Color Harmonies of #FEA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA692

Black with #FEA692

Text Example


Text Example

White with #FEA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA692; }

 p { color: rgb(254,166,146); }

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

background-color css

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

 a { background-color: rgb(254,166,146); }

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

border-color css

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

 span { border-color: rgb(254,166,146); }

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