Html Css Color HEX #FBDDA6 Cape Honey

📋 copy color: '#FBDDA6'

red 251 ◦ green 221 ◦ blue 166

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

Shades of Cape Honey #FBDDA6

Tints of Cape Honey #FBDDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.64%

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

R = 39.34%
G = 34.64%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBDDA6 (or 0xFBDDA6) is known color: Cape Honey. HEX triplet: FB, DD and A6. RGB value is (251,221,166). Sum of RGB (Red+Green+Blue) = 251+221+166=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA6 is #042259. Grayscale: #DFDFDF. Windows color (decimal): -270938 or 10935803. OLE color: 10935803.

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

Color convert

RGB 251 221 166 -
CMYK 0 0.12 0.34 0.02
HSL 38.82º 0.91% 0.82% -
HSV(B) 38.82º 0.34% 0.98% -
XYZ 72.52 74.98 46.73 -
YUV 223.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 251 221 166 0 0.12 0.34 0.02 38.82 0.91 0.82
Hex FB DD A6 0 C 22 2 27 5B 52
Octal 373 335 246 0 14 42 2 47 133 122
Binary 11111011 11011101 10100110 0 1100 100010 10 100111 1011011 1010010

Color Harmonies of #FBDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDA6

Black with #FBDDA6

Text Example


Text Example

White with #FBDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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