Html Css Color HEX #FADDA6 Cape Honey

📋 copy color: '#FADDA6'

red 250 ◦ green 221 ◦ blue 166

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

Shades of Cape Honey #FADDA6

Tints of Cape Honey #FADDA6

RGB

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

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

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

R = 39.25%
G = 34.69%
B = 26.06%

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

#FADDA6 (or 0xFADDA6) is known color: Cape Honey. HEX triplet: FA, DD and A6. RGB value is (250,221,166). Sum of RGB (Red+Green+Blue) = 250+221+166=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA6 is #052259. Grayscale: #DFDFDF. Windows color (decimal): -336474 or 10935802. OLE color: 10935802.

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

Color convert

RGB 250 221 166 -
CMYK 0 0.12 0.34 0.02
HSL 39.29º 0.89% 0.82% -
HSV(B) 39.29º 0.34% 0.98% -
XYZ 72.16 74.79 46.71 -
YUV 223.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 250 221 166 0 0.12 0.34 0.02 39.29 0.89 0.82
Hex FA DD A6 0 C 22 2 27 59 52
Octal 372 335 246 0 14 42 2 47 131 122
Binary 11111010 11011101 10100110 0 1100 100010 10 100111 1011001 1010010

Color Harmonies of #FADDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDA6

Black with #FADDA6

Text Example


Text Example

White with #FADDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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