Html Css Color HEX #FBDC9E Cape Honey

📋 copy color: '#FBDC9E'

red 251 ◦ green 220 ◦ blue 158

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

Shades of Cape Honey #FBDC9E

Tints of Cape Honey #FBDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.98%

 BLUE value IS 158 (62.11% from 255) = 25.12%

R = 39.9%
G = 34.98%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBDC9E (or 0xFBDC9E) is known color: Cape Honey. HEX triplet: FB, DC and 9E. RGB value is (251,220,158). Sum of RGB (Red+Green+Blue) = 251+220+158=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC9E is #042361. Grayscale: #DEDEDE. Windows color (decimal): -271202 or 10411259. OLE color: 10411259.

HSL color Cylindrical-coordinate representation of color #FBDC9E: hue angle of 40º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBDC9E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 158 -
CMYK 0 0.12 0.37 0.02
HSL 40º 0.92% 0.8% -
HSV(B) 40º 0.37% 0.98% -
XYZ 71.55 74.16 42.89 -
YUV 222.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 251 220 158 0 0.12 0.37 0.02 40 0.92 0.8
Hex FB DC 9E 0 C 25 2 28 5C 50
Octal 373 334 236 0 14 45 2 50 134 120
Binary 11111011 11011100 10011110 0 1100 100101 10 101000 1011100 1010000

Color Harmonies of #FBDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC9E

Black with #FBDC9E

Text Example


Text Example

White with #FBDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC9E; }

 p { color: rgb(251,220,158); }

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

background-color css

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

 a { background-color: rgb(251,220,158); }

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

border-color css

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

 span { border-color: rgb(251,220,158); }

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