Html Css Color HEX #FADA94 Caramel

📋 copy color: '#FADA94'

red 250 ◦ green 218 ◦ blue 148

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

Shades of Caramel #FADA94

Tints of Caramel #FADA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.39%

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

R = 40.58%
G = 35.39%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FADA94 (or 0xFADA94) is known color: Caramel. HEX triplet: FA, DA and 94. RGB value is (250,218,148). Sum of RGB (Red+Green+Blue) = 250+218+148=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA94 is #05256B. Grayscale: #DBDBDB. Windows color (decimal): -337260 or 9755386. OLE color: 9755386.

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

Color convert

RGB 250 218 148 -
CMYK 0 0.13 0.41 0.02
HSL 41.18º 0.91% 0.78% -
HSV(B) 41.18º 0.41% 0.98% -
XYZ 69.84 72.6 38.35 -
YUV 219.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 250 218 148 0 0.13 0.41 0.02 41.18 0.91 0.78
Hex FA DA 94 0 D 29 2 29 5B 4E
Octal 372 332 224 0 15 51 2 51 133 116
Binary 11111010 11011010 10010100 0 1101 101001 10 101001 1011011 1001110

Color Harmonies of #FADA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA94

Black with #FADA94

Text Example


Text Example

White with #FADA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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