Html Css Color HEX #FBDFA2 Cape Honey

📋 copy color: '#FBDFA2'

red 251 ◦ green 223 ◦ blue 162

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

Shades of Cape Honey #FBDFA2

Tints of Cape Honey #FBDFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

 BLUE value IS 162 (63.67% from 255) = 25.47%

R = 39.47%
G = 35.06%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBDFA2 (or 0xFBDFA2) is known color: Cape Honey. HEX triplet: FB, DF and A2. RGB value is (251,223,162). Sum of RGB (Red+Green+Blue) = 251+223+162=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA2 is #04205D. Grayscale: #E0E0E0. Windows color (decimal): -270430 or 10674171. OLE color: 10674171.

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

Color convert

RGB 251 223 162 -
CMYK 0 0.11 0.35 0.02
HSL 41.12º 0.92% 0.81% -
HSV(B) 41.12º 0.35% 0.98% -
XYZ 72.69 75.89 45 -
YUV 224.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 251 223 162 0 0.11 0.35 0.02 41.12 0.92 0.81
Hex FB DF A2 0 B 23 2 29 5C 51
Octal 373 337 242 0 13 43 2 51 134 121
Binary 11111011 11011111 10100010 0 1011 100011 10 101001 1011100 1010001

Color Harmonies of #FBDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFA2

Black with #FBDFA2

Text Example


Text Example

White with #FBDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFA2; }

 p { color: rgb(251,223,162); }

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

background-color css

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

 a { background-color: rgb(251,223,162); }

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

border-color css

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

 span { border-color: rgb(251,223,162); }

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