Html Css Color HEX #FAD894 Caramel

📋 copy color: '#FAD894'

red 250 ◦ green 216 ◦ blue 148

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

Shades of Caramel #FAD894

Tints of Caramel #FAD894

RGB

 RED value IS 250 (98.05% from 255) = 40.72%

 GREEN value IS 216 (84.77% from 255) = 35.18%

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

R = 40.72%
G = 35.18%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAD894 (or 0xFAD894) is known color: Caramel. HEX triplet: FA, D8 and 94. RGB value is (250,216,148). Sum of RGB (Red+Green+Blue) = 250+216+148=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD894 is #05276B. Grayscale: #DADADA. Windows color (decimal): -337772 or 9754874. OLE color: 9754874.

HSL color Cylindrical-coordinate representation of color #FAD894: hue angle of 40º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAD894 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 148 -
CMYK 0 0.14 0.41 0.02
HSL 40º 0.91% 0.78% -
HSV(B) 40º 0.41% 0.98% -
XYZ 69.33 71.57 38.18 -
YUV 218.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 250 216 148 0 0.14 0.41 0.02 40 0.91 0.78
Hex FA D8 94 0 E 29 2 28 5B 4E
Octal 372 330 224 0 16 51 2 50 133 116
Binary 11111010 11011000 10010100 0 1110 101001 10 101000 1011011 1001110

Color Harmonies of #FAD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD894

Black with #FAD894

Text Example


Text Example

White with #FAD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD894; }

 p { color: rgb(250,216,148); }

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

background-color css

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

 a { background-color: rgb(250,216,148); }

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

border-color css

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

 span { border-color: rgb(250,216,148); }

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