Html Css Color HEX #FADBA7 Cape Honey

📋 copy color: '#FADBA7'

red 250 ◦ green 219 ◦ blue 167

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

Shades of Cape Honey #FADBA7

Tints of Cape Honey #FADBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.26%

R = 39.31%
G = 34.43%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FADBA7 (or 0xFADBA7) is known color: Cape Honey. HEX triplet: FA, DB and A7. RGB value is (250,219,167). Sum of RGB (Red+Green+Blue) = 250+219+167=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 167 (65.62% from 255 or 26.26% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA7 is #052458. Grayscale: #DEDEDE. Windows color (decimal): -336985 or 11000826. OLE color: 11000826.

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

Color convert

RGB 250 219 167 -
CMYK 0 0.12 0.33 0.02
HSL 37.59º 0.89% 0.82% -
HSV(B) 37.59º 0.33% 0.98% -
XYZ 71.73 73.78 47.02 -
YUV 222.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 250 219 167 0 0.12 0.33 0.02 37.59 0.89 0.82
Hex FA DB A7 0 C 21 2 26 59 52
Octal 372 333 247 0 14 41 2 46 131 122
Binary 11111010 11011011 10100111 0 1100 100001 10 100110 1011001 1010010

Color Harmonies of #FADBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBA7

Black with #FADBA7

Text Example


Text Example

White with #FADBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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