Html Css Color HEX #FADB9F Cape Honey

📋 copy color: '#FADB9F'

red 250 ◦ green 219 ◦ blue 159

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

Shades of Cape Honey #FADB9F

Tints of Cape Honey #FADB9F

RGB

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

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

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

R = 39.81%
G = 34.87%
B = 25.32%

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

#FADB9F (or 0xFADB9F) is known color: Cape Honey. HEX triplet: FA, DB and 9F. RGB value is (250,219,159). Sum of RGB (Red+Green+Blue) = 250+219+159=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB9F is #052460. Grayscale: #DDDDDD. Windows color (decimal): -336993 or 10476538. OLE color: 10476538.

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

Color convert

RGB 250 219 159 -
CMYK 0 0.12 0.36 0.02
HSL 39.56º 0.9% 0.8% -
HSV(B) 39.56º 0.36% 0.98% -
XYZ 71.01 73.49 43.24 -
YUV 221.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 250 219 159 0 0.12 0.36 0.02 39.56 0.9 0.8
Hex FA DB 9F 0 C 24 2 28 5A 50
Octal 372 333 237 0 14 44 2 50 132 120
Binary 11111010 11011011 10011111 0 1100 100100 10 101000 1011010 1010000

Color Harmonies of #FADB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB9F

Black with #FADB9F

Text Example


Text Example

White with #FADB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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