Html Css Color HEX #FADDA2 Cape Honey

📋 copy color: '#FADDA2'

red 250 ◦ green 221 ◦ blue 162

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

Shades of Cape Honey #FADDA2

Tints of Cape Honey #FADDA2

RGB

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

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

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

R = 39.49%
G = 34.91%
B = 25.59%

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

#FADDA2 (or 0xFADDA2) is known color: Cape Honey. HEX triplet: FA, DD and A2. RGB value is (250,221,162). Sum of RGB (Red+Green+Blue) = 250+221+162=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA2 is #05225D. Grayscale: #DFDFDF. Windows color (decimal): -336478 or 10673658. OLE color: 10673658.

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

Color convert

RGB 250 221 162 -
CMYK 0 0.12 0.35 0.02
HSL 40.23º 0.9% 0.81% -
HSV(B) 40.23º 0.35% 0.98% -
XYZ 71.8 74.65 44.81 -
YUV 222.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 250 221 162 0 0.12 0.35 0.02 40.23 0.9 0.81
Hex FA DD A2 0 C 23 2 28 5A 51
Octal 372 335 242 0 14 43 2 50 132 121
Binary 11111010 11011101 10100010 0 1100 100011 10 101000 1011010 1010001

Color Harmonies of #FADDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDA2

Black with #FADDA2

Text Example


Text Example

White with #FADDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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