Html Css Color HEX #FADBA2 Cape Honey

📋 copy color: '#FADBA2'

red 250 ◦ green 219 ◦ blue 162

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

Shades of Cape Honey #FADBA2

Tints of Cape Honey #FADBA2

RGB

 RED value IS 250 (98.05% from 255) = 39.62%

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

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

R = 39.62%
G = 34.71%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FADBA2 (or 0xFADBA2) is known color: Cape Honey. HEX triplet: FA, DB and A2. RGB value is (250,219,162). Sum of RGB (Red+Green+Blue) = 250+219+162=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBA2 is #05245D. Grayscale: #DEDEDE. Windows color (decimal): -336990 or 10673146. OLE color: 10673146.

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

Color convert

RGB 250 219 162 -
CMYK 0 0.12 0.35 0.02
HSL 38.86º 0.9% 0.81% -
HSV(B) 38.86º 0.35% 0.98% -
XYZ 71.28 73.6 44.63 -
YUV 221.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 250 219 162 0 0.12 0.35 0.02 38.86 0.9 0.81
Hex FA DB A2 0 C 23 2 27 5A 51
Octal 372 333 242 0 14 43 2 47 132 121
Binary 11111010 11011011 10100010 0 1100 100011 10 100111 1011010 1010001

Color Harmonies of #FADBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBA2

Black with #FADBA2

Text Example


Text Example

White with #FADBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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