Html Css Color HEX #FEA68C Rose Bud

📋 copy color: '#FEA68C'

red 254 ◦ green 166 ◦ blue 140

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

Shades of Rose Bud #FEA68C

Tints of Rose Bud #FEA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25%

R = 45.36%
G = 29.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEA68C (or 0xFEA68C) is known color: Rose Bud. HEX triplet: FE, A6 and 8C. RGB value is (254,166,140). Sum of RGB (Red+Green+Blue) = 254+166+140=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA68C is #015973. Grayscale: #BDBDBD. Windows color (decimal): -88436 or 9217790. OLE color: 9217790.

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

Color convert

RGB 254 166 140 -
CMYK 0 0.35 0.45 0.00
HSL 13.68º 0.98% 0.77% -
HSV(B) 13.68º 0.45% 1% -
XYZ 59.24 50.24 31.39 -
YUV 189.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 254 166 140 0 0.35 0.45 0.00 13.68 0.98 0.77
Hex FE A6 8C 0 23 2D 0 E 62 4D
Octal 376 246 214 0 43 55 0 16 142 115
Binary 11111110 10100110 10001100 0 100011 101101 0 1110 1100010 1001101

Color Harmonies of #FEA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA68C

Black with #FEA68C

Text Example


Text Example

White with #FEA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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