Html Css Color HEX #FADEA1 Cape Honey

📋 copy color: '#FADEA1'

red 250 ◦ green 222 ◦ blue 161

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

Shades of Cape Honey #FADEA1

Tints of Cape Honey #FADEA1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 161 (63.28% from 255) = 25.43%

R = 39.49%
G = 35.07%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FADEA1 (or 0xFADEA1) is known color: Cape Honey. HEX triplet: FA, DE and A1. RGB value is (250,222,161). Sum of RGB (Red+Green+Blue) = 250+222+161=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEA1 is #05215E. Grayscale: #DFDFDF. Windows color (decimal): -336223 or 10608378. OLE color: 10608378.

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

Color convert

RGB 250 222 161 -
CMYK 0 0.11 0.36 0.02
HSL 41.12º 0.9% 0.81% -
HSV(B) 41.12º 0.36% 0.98% -
XYZ 71.98 75.14 44.43 -
YUV 223.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 250 222 161 0 0.11 0.36 0.02 41.12 0.9 0.81
Hex FA DE A1 0 B 24 2 29 5A 51
Octal 372 336 241 0 13 44 2 51 132 121
Binary 11111010 11011110 10100001 0 1011 100100 10 101001 1011010 1010001

Color Harmonies of #FADEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEA1

Black with #FADEA1

Text Example


Text Example

White with #FADEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEA1; }

 p { color: rgb(250,222,161); }

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

background-color css

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

 a { background-color: rgb(250,222,161); }

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

border-color css

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

 span { border-color: rgb(250,222,161); }

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