Html Css Color HEX #FADFA6 Cape Honey

📋 copy color: '#FADFA6'

red 250 ◦ green 223 ◦ blue 166

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

Shades of Cape Honey #FADFA6

Tints of Cape Honey #FADFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.9%

 BLUE value IS 166 (65.23% from 255) = 25.98%

R = 39.12%
G = 34.9%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FADFA6 (or 0xFADFA6) is known color: Cape Honey. HEX triplet: FA, DF and A6. RGB value is (250,223,166). Sum of RGB (Red+Green+Blue) = 250+223+166=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA6 is #052059. Grayscale: #E0E0E0. Windows color (decimal): -335962 or 10936314. OLE color: 10936314.

HSL color Cylindrical-coordinate representation of color #FADFA6: hue angle of 40.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FADFA6 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 166 -
CMYK 0 0.11 0.34 0.02
HSL 40.71º 0.89% 0.82% -
HSV(B) 40.71º 0.34% 0.98% -
XYZ 72.69 75.85 46.89 -
YUV 224.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 250 223 166 0 0.11 0.34 0.02 40.71 0.89 0.82
Hex FA DF A6 0 B 22 2 29 59 52
Octal 372 337 246 0 13 42 2 51 131 122
Binary 11111010 11011111 10100110 0 1011 100010 10 101001 1011001 1010010

Color Harmonies of #FADFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFA6

Black with #FADFA6

Text Example


Text Example

White with #FADFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFA6; }

 p { color: rgb(250,223,166); }

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

background-color css

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

 a { background-color: rgb(250,223,166); }

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

border-color css

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

 span { border-color: rgb(250,223,166); }

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