Html Css Color HEX #FAD194 Caramel

📋 copy color: '#FAD194'

red 250 ◦ green 209 ◦ blue 148

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

Shades of Caramel #FAD194

Tints of Caramel #FAD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.43%

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

R = 41.19%
G = 34.43%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAD194 (or 0xFAD194) is known color: Caramel. HEX triplet: FA, D1 and 94. RGB value is (250,209,148). Sum of RGB (Red+Green+Blue) = 250+209+148=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD194 is #052E6B. Grayscale: #D6D6D6. Windows color (decimal): -339564 or 9753082. OLE color: 9753082.

HSL color Cylindrical-coordinate representation of color #FAD194: hue angle of 35.88º 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 #FAD194 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 148 -
CMYK 0 0.16 0.41 0.02
HSL 35.88º 0.91% 0.78% -
HSV(B) 35.88º 0.41% 0.98% -
XYZ 67.57 68.06 37.59 -
YUV 214.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 250 209 148 0 0.16 0.41 0.02 35.88 0.91 0.78
Hex FA D1 94 0 10 29 2 24 5B 4E
Octal 372 321 224 0 20 51 2 44 133 116
Binary 11111010 11010001 10010100 0 10000 101001 10 100100 1011011 1001110

Color Harmonies of #FAD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD194

Black with #FAD194

Text Example


Text Example

White with #FAD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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