Html Css Color HEX #FEA69E Rose Bud

📋 copy color: '#FEA69E'

red 254 ◦ green 166 ◦ blue 158

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

Shades of Rose Bud #FEA69E

Tints of Rose Bud #FEA69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.34%

R = 43.94%
G = 28.72%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA69E (or 0xFEA69E) is known color: Rose Bud. HEX triplet: FE, A6 and 9E. RGB value is (254,166,158). Sum of RGB (Red+Green+Blue) = 254+166+158=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA69E is #015961. Grayscale: #BFBFBF. Windows color (decimal): -88418 or 10397438. OLE color: 10397438.

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

Color convert

RGB 254 166 158 -
CMYK 0 0.35 0.38 0.00
HSL 0.98% 0.81% -
HSV(B) 0.38% 1% -
XYZ 60.68 50.81 38.96 -
YUV 191.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 254 166 158 0 0.35 0.38 0.00 5 0.98 0.81
Hex FE A6 9E 0 23 26 0 5 62 51
Octal 376 246 236 0 43 46 0 5 142 121
Binary 11111110 10100110 10011110 0 100011 100110 0 101 1100010 1010001

Color Harmonies of #FEA69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA69E

Black with #FEA69E

Text Example


Text Example

White with #FEA69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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