Html Css Color HEX #FBDBA2 Cape Honey

📋 copy color: '#FBDBA2'

red 251 ◦ green 219 ◦ blue 162

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

Shades of Cape Honey #FBDBA2

Tints of Cape Honey #FBDBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 39.72%
G = 34.65%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBDBA2 (or 0xFBDBA2) is known color: Cape Honey. HEX triplet: FB, DB and A2. RGB value is (251,219,162). Sum of RGB (Red+Green+Blue) = 251+219+162=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBA2 is #04245D. Grayscale: #DEDEDE. Windows color (decimal): -271454 or 10673147. OLE color: 10673147.

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

Color convert

RGB 251 219 162 -
CMYK 0 0.13 0.35 0.02
HSL 38.43º 0.92% 0.81% -
HSV(B) 38.43º 0.35% 0.98% -
XYZ 71.64 73.78 44.65 -
YUV 222.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 251 219 162 0 0.13 0.35 0.02 38.43 0.92 0.81
Hex FB DB A2 0 D 23 2 26 5C 51
Octal 373 333 242 0 15 43 2 46 134 121
Binary 11111011 11011011 10100010 0 1101 100011 10 100110 1011100 1010001

Color Harmonies of #FBDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBA2

Black with #FBDBA2

Text Example


Text Example

White with #FBDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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