Html Css Color HEX #FAD096 Caramel

📋 copy color: '#FAD096'

red 250 ◦ green 208 ◦ blue 150

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

Shades of Caramel #FAD096

Tints of Caramel #FAD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.21%

 BLUE value IS 150 (58.98% from 255) = 24.67%

R = 41.12%
G = 34.21%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAD096 (or 0xFAD096) is known color: Caramel. HEX triplet: FA, D0 and 96. RGB value is (250,208,150). Sum of RGB (Red+Green+Blue) = 250+208+150=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD096 is #052F69. Grayscale: #D6D6D6. Windows color (decimal): -339818 or 9883898. OLE color: 9883898.

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

Color convert

RGB 250 208 150 -
CMYK 0 0.17 0.4 0.02
HSL 34.8º 0.91% 0.78% -
HSV(B) 34.8º 0.4% 0.98% -
XYZ 67.49 67.64 38.35 -
YUV 213.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 250 208 150 0 0.17 0.4 0.02 34.8 0.91 0.78
Hex FA D0 96 0 11 28 2 23 5B 4E
Octal 372 320 226 0 21 50 2 43 133 116
Binary 11111010 11010000 10010110 0 10001 101000 10 100011 1011011 1001110

Color Harmonies of #FAD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD096

Black with #FAD096

Text Example


Text Example

White with #FAD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD096; }

 p { color: rgb(250,208,150); }

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

background-color css

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

 a { background-color: rgb(250,208,150); }

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

border-color css

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

 span { border-color: rgb(250,208,150); }

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