Html Css Color HEX #FADDA1 Cape Honey

📋 copy color: '#FADDA1'

red 250 ◦ green 221 ◦ blue 161

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

Shades of Cape Honey #FADDA1

Tints of Cape Honey #FADDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.47%

R = 39.56%
G = 34.97%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FADDA1 (or 0xFADDA1) is known color: Cape Honey. HEX triplet: FA, DD and A1. RGB value is (250,221,161). Sum of RGB (Red+Green+Blue) = 250+221+161=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDA1 is #05225E. Grayscale: #DFDFDF. Windows color (decimal): -336479 or 10608122. OLE color: 10608122.

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

Color convert

RGB 250 221 161 -
CMYK 0 0.12 0.36 0.02
HSL 40.45º 0.9% 0.81% -
HSV(B) 40.45º 0.36% 0.98% -
XYZ 71.71 74.61 44.34 -
YUV 222.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 250 221 161 0 0.12 0.36 0.02 40.45 0.9 0.81
Hex FA DD A1 0 C 24 2 28 5A 51
Octal 372 335 241 0 14 44 2 50 132 121
Binary 11111010 11011101 10100001 0 1100 100100 10 101000 1011010 1010001

Color Harmonies of #FADDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDA1

Black with #FADDA1

Text Example


Text Example

White with #FADDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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