Html Css Color HEX #FADFA8 Cape Honey

📋 copy color: '#FADFA8'

red 250 ◦ green 223 ◦ blue 168

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

Shades of Cape Honey #FADFA8

Tints of Cape Honey #FADFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.79%

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 39%
G = 34.79%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FADFA8 (or 0xFADFA8) is known color: Cape Honey. HEX triplet: FA, DF and A8. RGB value is (250,223,168). Sum of RGB (Red+Green+Blue) = 250+223+168=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA8 is #052057. Grayscale: #E1E1E1. Windows color (decimal): -335960 or 11067386. OLE color: 11067386.

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

Color convert

RGB 250 223 168 -
CMYK 0 0.11 0.33 0.02
HSL 40.24º 0.89% 0.82% -
HSV(B) 40.24º 0.33% 0.98% -
XYZ 72.88 75.93 47.86 -
YUV 224.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 250 223 168 0 0.11 0.33 0.02 40.24 0.89 0.82
Hex FA DF A8 0 B 21 2 28 59 52
Octal 372 337 250 0 13 41 2 50 131 122
Binary 11111010 11011111 10101000 0 1011 100001 10 101000 1011001 1010010

Color Harmonies of #FADFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFA8

Black with #FADFA8

Text Example


Text Example

White with #FADFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFA8; }

 p { color: rgb(250,223,168); }

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

background-color css

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

 a { background-color: rgb(250,223,168); }

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

border-color css

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

 span { border-color: rgb(250,223,168); }

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