Html Css Color HEX #FADC9E Cape Honey

📋 copy color: '#FADC9E'

red 250 ◦ green 220 ◦ blue 158

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

Shades of Cape Honey #FADC9E

Tints of Cape Honey #FADC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 158 (62.11% from 255) = 25.16%

R = 39.81%
G = 35.03%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FADC9E (or 0xFADC9E) is known color: Cape Honey. HEX triplet: FA, DC and 9E. RGB value is (250,220,158). Sum of RGB (Red+Green+Blue) = 250+220+158=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC9E is #052361. Grayscale: #DEDEDE. Windows color (decimal): -336738 or 10411258. OLE color: 10411258.

HSL color Cylindrical-coordinate representation of color #FADC9E: hue angle of 40.43º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FADC9E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 158 -
CMYK 0 0.12 0.37 0.02
HSL 40.43º 0.9% 0.8% -
HSV(B) 40.43º 0.37% 0.98% -
XYZ 71.19 73.98 42.88 -
YUV 221.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 250 220 158 0 0.12 0.37 0.02 40.43 0.9 0.8
Hex FA DC 9E 0 C 25 2 28 5A 50
Octal 372 334 236 0 14 45 2 50 132 120
Binary 11111010 11011100 10011110 0 1100 100101 10 101000 1011010 1010000

Color Harmonies of #FADC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC9E

Black with #FADC9E

Text Example


Text Example

White with #FADC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC9E; }

 p { color: rgb(250,220,158); }

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

background-color css

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

 a { background-color: rgb(250,220,158); }

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

border-color css

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

 span { border-color: rgb(250,220,158); }

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