Html Css Color HEX #FAD68E Caramel

📋 copy color: '#FAD68E'

red 250 ◦ green 214 ◦ blue 142

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

Shades of Caramel #FAD68E

Tints of Caramel #FAD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.31%

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

R = 41.25%
G = 35.31%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAD68E (or 0xFAD68E) is known color: Caramel. HEX triplet: FA, D6 and 8E. RGB value is (250,214,142). Sum of RGB (Red+Green+Blue) = 250+214+142=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68E is #052971. Grayscale: #D8D8D8. Windows color (decimal): -338290 or 9361146. OLE color: 9361146.

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

Color convert

RGB 250 214 142 -
CMYK 0 0.14 0.43 0.02
HSL 40º 0.92% 0.77% -
HSV(B) 40º 0.43% 0.98% -
XYZ 68.35 70.37 35.57 -
YUV 216.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 250 214 142 0 0.14 0.43 0.02 40 0.92 0.77
Hex FA D6 8E 0 E 2B 2 28 5C 4D
Octal 372 326 216 0 16 53 2 50 134 115
Binary 11111010 11010110 10001110 0 1110 101011 10 101000 1011100 1001101

Color Harmonies of #FAD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD68E

Black with #FAD68E

Text Example


Text Example

White with #FAD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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