#FADC9A

Color #FADC9A Cream Brulee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Brulee #FADC9A

Tints of Cream Brulee #FADC9A

Color information

#FADC9A (or 0xFADC9A) is unknown color: approx Cream Brulee. HEX triplet: FA, DC and 9A. RGB value is (250,220,154). Sum of RGB (Red+Green+Blue) = 250+220+154=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC9A is #052365. Grayscale: #DDDDDD. Windows color (decimal): -336742 or 10149114. OLE color: 10149114.

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

Color convert

RGB250220154-
CMYK00.120.380.02
HSL41.25º90.57%79.22%-
HSV(B)41.25º38.4%98.04%-
XYZ70.8573.8441.09-
YUV221.4589.94148.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=40.06%
G=35.26%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022015400.120.380.0241.2590.5779.22
HexFADC9A0C262295b4f
Octal37233423201446251133117
Binary111110101101110010011010011001001101010100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC9A; }

 p { color: rgb(250,220,154); }

 H1.HeaderClassName
 {
   color: #FADC9A;
 }
 .AnyTagClassName
 {
   color: #FADC9A;
 }
</style>
background-color css

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

 a { background-color: rgb(250,220,154); }

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

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

 span { border-color: rgb(250,220,154); }

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