Html Css Color HEX #FADBA6 Cape Honey

📋 copy color: '#FADBA6'

red 250 ◦ green 219 ◦ blue 166

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

Shades of Cape Honey #FADBA6

Tints of Cape Honey #FADBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

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

R = 39.37%
G = 34.49%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FADBA6 (or 0xFADBA6) is known color: Cape Honey. HEX triplet: FA, DB and A6. RGB value is (250,219,166). Sum of RGB (Red+Green+Blue) = 250+219+166=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA6 is #052459. Grayscale: #DEDEDE. Windows color (decimal): -336986 or 10935290. OLE color: 10935290.

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

Color convert

RGB 250 219 166 -
CMYK 0 0.12 0.34 0.02
HSL 37.86º 0.89% 0.82% -
HSV(B) 37.86º 0.34% 0.98% -
XYZ 71.64 73.74 46.53 -
YUV 222.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 250 219 166 0 0.12 0.34 0.02 37.86 0.89 0.82
Hex FA DB A6 0 C 22 2 26 59 52
Octal 372 333 246 0 14 42 2 46 131 122
Binary 11111010 11011011 10100110 0 1100 100010 10 100110 1011001 1010010

Color Harmonies of #FADBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBA6

Black with #FADBA6

Text Example


Text Example

White with #FADBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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