Html Css Color HEX #FADDA0 Cape Honey

📋 copy color: '#FADDA0'

red 250 ◦ green 221 ◦ blue 160

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

Shades of Cape Honey #FADDA0

Tints of Cape Honey #FADDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.02%

 BLUE value IS 160 (62.89% from 255) = 25.36%

R = 39.62%
G = 35.02%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FADDA0 (or 0xFADDA0) is known color: Cape Honey. HEX triplet: FA, DD and A0. RGB value is (250,221,160). Sum of RGB (Red+Green+Blue) = 250+221+160=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA0 is #05225F. Grayscale: #DEDEDE. Windows color (decimal): -336480 or 10542586. OLE color: 10542586.

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

Color convert

RGB 250 221 160 -
CMYK 0 0.12 0.36 0.02
HSL 40.67º 0.9% 0.8% -
HSV(B) 40.67º 0.36% 0.98% -
XYZ 71.63 74.57 43.88 -
YUV 222.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 250 221 160 0 0.12 0.36 0.02 40.67 0.9 0.8
Hex FA DD A0 0 C 24 2 29 5A 50
Octal 372 335 240 0 14 44 2 51 132 120
Binary 11111010 11011101 10100000 0 1100 100100 10 101001 1011010 1010000

Color Harmonies of #FADDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDA0

Black with #FADDA0

Text Example


Text Example

White with #FADDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDA0; }

 p { color: rgb(250,221,160); }

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

background-color css

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

 a { background-color: rgb(250,221,160); }

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

border-color css

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

 span { border-color: rgb(250,221,160); }

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