Html Css Color HEX #FAD38E Caramel

📋 copy color: '#FAD38E'

red 250 ◦ green 211 ◦ blue 142

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

Shades of Caramel #FAD38E

Tints of Caramel #FAD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.99%

 BLUE value IS 142 (55.86% from 255) = 23.55%

R = 41.46%
G = 34.99%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAD38E (or 0xFAD38E) is known color: Caramel. HEX triplet: FA, D3 and 8E. RGB value is (250,211,142). Sum of RGB (Red+Green+Blue) = 250+211+142=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD38E is #052C71. Grayscale: #D7D7D7. Windows color (decimal): -339058 or 9360378. OLE color: 9360378.

HSL color Cylindrical-coordinate representation of color #FAD38E: hue angle of 38.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAD38E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 142 -
CMYK 0 0.16 0.43 0.02
HSL 38.33º 0.92% 0.77% -
HSV(B) 38.33º 0.43% 0.98% -
XYZ 67.6 68.87 35.32 -
YUV 214.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 250 211 142 0 0.16 0.43 0.02 38.33 0.92 0.77
Hex FA D3 8E 0 10 2B 2 26 5C 4D
Octal 372 323 216 0 20 53 2 46 134 115
Binary 11111010 11010011 10001110 0 10000 101011 10 100110 1011100 1001101

Color Harmonies of #FAD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD38E

Black with #FAD38E

Text Example


Text Example

White with #FAD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD38E; }

 p { color: rgb(250,211,142); }

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

background-color css

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

 a { background-color: rgb(250,211,142); }

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

border-color css

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

 span { border-color: rgb(250,211,142); }

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