Html Css Color HEX #FBE1A8 Cape Honey

📋 copy color: '#FBE1A8'

red 251 ◦ green 225 ◦ blue 168

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

Shades of Cape Honey #FBE1A8

Tints of Cape Honey #FBE1A8

RGB

 RED value IS 251 (98.44% from 255) = 38.98%

 GREEN value IS 225 (88.28% from 255) = 34.94%

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

R = 38.98%
G = 34.94%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBE1A8 (or 0xFBE1A8) is known color: Cape Honey. HEX triplet: FB, E1 and A8. RGB value is (251,225,168). Sum of RGB (Red+Green+Blue) = 251+225+168=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1A8 is #041E57. Grayscale: #E2E2E2. Windows color (decimal): -269912 or 11067899. OLE color: 11067899.

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

Color convert

RGB 251 225 168 -
CMYK 0 0.10 0.33 0.02
HSL 41.2º 0.91% 0.82% -
HSV(B) 41.2º 0.33% 0.98% -
XYZ 73.78 77.19 48.06 -
YUV 226.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 251 225 168 0 0.10 0.33 0.02 41.2 0.91 0.82
Hex FB E1 A8 0 A 21 2 29 5B 52
Octal 373 341 250 0 12 41 2 51 133 122
Binary 11111011 11100001 10101000 0 1010 100001 10 101001 1011011 1010010

Color Harmonies of #FBE1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1A8

Black with #FBE1A8

Text Example


Text Example

White with #FBE1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1A8; }

 p { color: rgb(251,225,168); }

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

background-color css

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

 a { background-color: rgb(251,225,168); }

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

border-color css

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

 span { border-color: rgb(251,225,168); }

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