#FADC97

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

Shades of Cream Brulee #FADC97

Tints of Cream Brulee #FADC97

Color information

#FADC97 (or 0xFADC97) is unknown color: approx Cream Brulee. HEX triplet: FA, DC and 97. RGB value is (250,220,151). Sum of RGB (Red+Green+Blue) = 250+220+151=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC97 is #052368. Grayscale: #DDDDDD. Windows color (decimal): -336745 or 9952506. OLE color: 9952506.

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

Color convert

RGB250220151-
CMYK00.120.400.02
HSL41.82º90.83%78.63%-
HSV(B)41.82º39.6%98.04%-
XYZ70.673.7439.79-
YUV221.188.44148.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 151 (59.38% from 255) = 24.32%
R=40.26%
G=35.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022015100.120.400.0241.8290.8378.63
HexFADC970C2822a5b4f
Octal37233422701450252133117
Binary111110101101110010010111011001010001010101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC97; }

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

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

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

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

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

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

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

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