Html Css Color HEX #FFE6A8 Cape Honey

📋 copy color: '#FFE6A8'

red 255 ◦ green 230 ◦ blue 168

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

Shades of Cape Honey #FFE6A8

Tints of Cape Honey #FFE6A8

RGB

 RED value IS 255 (100% from 255) = 39.05%

 GREEN value IS 230 (90.23% from 255) = 35.22%

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

R = 39.05%
G = 35.22%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFE6A8 (or 0xFFE6A8) is known color: Cape Honey. HEX triplet: FF, E6 and A8. RGB value is (255,230,168). Sum of RGB (Red+Green+Blue) = 255+230+168=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A8 is #001957. Grayscale: #E6E6E6. Windows color (decimal): -6488 or 11069183. OLE color: 11069183.

HSL color Cylindrical-coordinate representation of color #FFE6A8: hue angle of 42.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFE6A8 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 168 -
CMYK 0 0.10 0.34 0
HSL 42.76º 1% 0.83% -
HSV(B) 42.76º 0.34% 1% -
XYZ 76.6 80.68 48.58 -
YUV 230.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 255 230 168 0 0.10 0.34 0 42.76 1 0.83
Hex FF E6 A8 0 A 22 0 2B 64 53
Octal 377 346 250 0 12 42 0 53 144 123
Binary 11111111 11100110 10101000 0 1010 100010 0 101011 1100100 1010011

Color Harmonies of #FFE6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6A8

Black with #FFE6A8

Text Example


Text Example

White with #FFE6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6A8; }

 p { color: rgb(255,230,168); }

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

background-color css

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

 a { background-color: rgb(255,230,168); }

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

border-color css

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

 span { border-color: rgb(255,230,168); }

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