Html Css Color HEX #FADD9F Cape Honey

📋 copy color: '#FADD9F'

red 250 ◦ green 221 ◦ blue 159

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

Shades of Cape Honey #FADD9F

Tints of Cape Honey #FADD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.24%

R = 39.68%
G = 35.08%
B = 25.24%

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

#FADD9F (or 0xFADD9F) is known color: Cape Honey. HEX triplet: FA, DD and 9F. RGB value is (250,221,159). Sum of RGB (Red+Green+Blue) = 250+221+159=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD9F is #052260. Grayscale: #DEDEDE. Windows color (decimal): -336481 or 10477050. OLE color: 10477050.

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

Color convert

RGB 250 221 159 -
CMYK 0 0.12 0.36 0.02
HSL 40.88º 0.9% 0.8% -
HSV(B) 40.88º 0.36% 0.98% -
XYZ 71.54 74.54 43.42 -
YUV 222.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 250 221 159 0 0.12 0.36 0.02 40.88 0.9 0.8
Hex FA DD 9F 0 C 24 2 29 5A 50
Octal 372 335 237 0 14 44 2 51 132 120
Binary 11111010 11011101 10011111 0 1100 100100 10 101001 1011010 1010000

Color Harmonies of #FADD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD9F

Black with #FADD9F

Text Example


Text Example

White with #FADD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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