Html Css Color HEX #FBDAA6 Cape Honey

📋 copy color: '#FBDAA6'

red 251 ◦ green 218 ◦ blue 166

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

Shades of Cape Honey #FBDAA6

Tints of Cape Honey #FBDAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.33%

 BLUE value IS 166 (65.23% from 255) = 26.14%

R = 39.53%
G = 34.33%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBDAA6 (or 0xFBDAA6) is known color: Cape Honey. HEX triplet: FB, DA and A6. RGB value is (251,218,166). Sum of RGB (Red+Green+Blue) = 251+218+166=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAA6 is #042559. Grayscale: #DEDEDE. Windows color (decimal): -271706 or 10935035. OLE color: 10935035.

HSL color Cylindrical-coordinate representation of color #FBDAA6: hue angle of 36.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBDAA6 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 166 -
CMYK 0 0.13 0.34 0.02
HSL 36.71º 0.91% 0.82% -
HSV(B) 36.71º 0.34% 0.98% -
XYZ 71.74 73.41 46.46 -
YUV 221.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 251 218 166 0 0.13 0.34 0.02 36.71 0.91 0.82
Hex FB DA A6 0 D 22 2 25 5B 52
Octal 373 332 246 0 15 42 2 45 133 122
Binary 11111011 11011010 10100110 0 1101 100010 10 100101 1011011 1010010

Color Harmonies of #FBDAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAA6

Black with #FBDAA6

Text Example


Text Example

White with #FBDAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAA6; }

 p { color: rgb(251,218,166); }

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

background-color css

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

 a { background-color: rgb(251,218,166); }

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

border-color css

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

 span { border-color: rgb(251,218,166); }

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